diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-02 15:43:27 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-02 15:43:27 +0200 |
| commit | 3f9902605d9b30e5d47ad15c7b84d121e2232a41 (patch) | |
| tree | 9af80fcc4bf3b39d88e019890f7004ef8614a12b /REFLECTION | |
| parent | b667fcc689848a36ff0ac4ddcc5344c56782d522 (diff) | |
sources from github
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 62 |
1 files changed, 31 insertions, 31 deletions
@@ -1,36 +1,36 @@ -Extension [ <persistent> extension #95 rnp version 0.2.0 ] { +Extension [ <persistent> extension #115 rnp version 0.2.0 ] { - Constants [30] { - Constant [ int RNP_LOAD_SAVE_PUBLIC_KEYS ] { 1 } - Constant [ int RNP_LOAD_SAVE_SECRET_KEYS ] { 2 } - Constant [ int RNP_LOAD_SAVE_PERMISSIVE ] { 256 } - Constant [ int RNP_LOAD_SAVE_SINGLE ] { 512 } - Constant [ int RNP_LOAD_SAVE_BASE64 ] { 1024 } - Constant [ string RNP_FEATURE_SYMM_ALG ] { symmetric algorithm } - Constant [ string RNP_FEATURE_AEAD_ALG ] { aead algorithm } - Constant [ string RNP_FEATURE_PROT_MODE ] { protection mode } - Constant [ string RNP_FEATURE_PK_ALG ] { public key algorithm } - Constant [ string RNP_FEATURE_HASH_ALG ] { hash algorithm } - Constant [ string RNP_FEATURE_COMP_ALG ] { compression algorithm } - Constant [ string RNP_FEATURE_CURVE ] { elliptic curve } - Constant [ int RNP_DUMP_MPI ] { 1 } - Constant [ int RNP_DUMP_RAW ] { 2 } - Constant [ int RNP_DUMP_GRIP ] { 4 } - Constant [ int RNP_JSON_DUMP_MPI ] { 1 } - Constant [ int RNP_JSON_DUMP_RAW ] { 2 } - Constant [ int RNP_JSON_DUMP_GRIP ] { 4 } - Constant [ int RNP_ENCRYPT_NOWRAP ] { 1 } - Constant [ string RNP_KEYSTORE_GPG ] { GPG } - Constant [ string RNP_KEYSTORE_KBX ] { KBX } - Constant [ string RNP_KEYSTORE_G10 ] { G10 } - Constant [ int RNP_KEY_EXPORT_ARMORED ] { 1 } - Constant [ int RNP_KEY_EXPORT_PUBLIC ] { 2 } - Constant [ int RNP_KEY_EXPORT_SECRET ] { 4 } - Constant [ int RNP_KEY_EXPORT_SUBKEYS ] { 8 } - Constant [ int RNP_KEY_EXPORT_BASE64 ] { 512 } - Constant [ int RNP_KEY_REMOVE_PUBLIC ] { 1 } - Constant [ int RNP_KEY_REMOVE_SECRET ] { 2 } - Constant [ int RNP_KEY_REMOVE_SUBKEYS ] { 4 } + Constant [ <persistent> int RNP_LOAD_SAVE_PUBLIC_KEYS ] { 1 } + Constant [ <persistent> int RNP_LOAD_SAVE_SECRET_KEYS ] { 2 } + Constant [ <persistent> int RNP_LOAD_SAVE_PERMISSIVE ] { 256 } + Constant [ <persistent> int RNP_LOAD_SAVE_SINGLE ] { 512 } + Constant [ <persistent> int RNP_LOAD_SAVE_BASE64 ] { 1024 } + Constant [ <persistent> string RNP_FEATURE_SYMM_ALG ] { symmetric algorithm } + Constant [ <persistent> string RNP_FEATURE_AEAD_ALG ] { aead algorithm } + Constant [ <persistent> string RNP_FEATURE_PROT_MODE ] { protection mode } + Constant [ <persistent> string RNP_FEATURE_PK_ALG ] { public key algorithm } + Constant [ <persistent> string RNP_FEATURE_HASH_ALG ] { hash algorithm } + Constant [ <persistent> string RNP_FEATURE_COMP_ALG ] { compression algorithm } + Constant [ <persistent> string RNP_FEATURE_CURVE ] { elliptic curve } + Constant [ <persistent> int RNP_DUMP_MPI ] { 1 } + Constant [ <persistent> int RNP_DUMP_RAW ] { 2 } + Constant [ <persistent> int RNP_DUMP_GRIP ] { 4 } + Constant [ <persistent> int RNP_JSON_DUMP_MPI ] { 1 } + Constant [ <persistent> int RNP_JSON_DUMP_RAW ] { 2 } + Constant [ <persistent> int RNP_JSON_DUMP_GRIP ] { 4 } + Constant [ <persistent> int RNP_ENCRYPT_NOWRAP ] { 1 } + Constant [ <persistent> string RNP_KEYSTORE_GPG ] { GPG } + Constant [ <persistent> string RNP_KEYSTORE_KBX ] { KBX } + Constant [ <persistent> string RNP_KEYSTORE_G10 ] { G10 } + Constant [ <persistent> int RNP_KEY_EXPORT_ARMORED ] { 1 } + Constant [ <persistent> int RNP_KEY_EXPORT_PUBLIC ] { 2 } + Constant [ <persistent> int RNP_KEY_EXPORT_SECRET ] { 4 } + Constant [ <persistent> int RNP_KEY_EXPORT_SUBKEYS ] { 8 } + Constant [ <persistent> int RNP_KEY_EXPORT_BASE64 ] { 512 } + Constant [ <persistent> int RNP_KEY_REMOVE_PUBLIC ] { 1 } + Constant [ <persistent> int RNP_KEY_REMOVE_SECRET ] { 2 } + Constant [ <persistent> int RNP_KEY_REMOVE_SUBKEYS ] { 4 } } - Functions { |
