Home
last modified time | relevance | path

Searched refs:PGP_AEAD_NONE (Results 1 – 8 of 8) sorted by relevance

/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h278 PGP_AEAD_NONE = 0, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h280 PGP_AEAD_NONE = 0, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Drnp.cpp184 {PGP_AEAD_NONE, "None"}, {PGP_AEAD_EAX, "EAX"}, {PGP_AEAD_OCB, "OCB"}, {0, NULL}};
333 if (alg != PGP_AEAD_NONE) { in str_to_aead_alg()
1061 ret = json_array_add_id_str(features, aead_alg_map, PGP_AEAD_NONE, PGP_AEAD_OCB); in rnp_supported_features()
1063 ret = json_array_add_id_str(features, aead_alg_map, PGP_AEAD_NONE, PGP_AEAD_NONE); in rnp_supported_features()
3315 if (op->aead == PGP_AEAD_NONE) { in get_protection_mode()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-write.cpp897 param->aead = handler->ctx->aalg != PGP_AEAD_NONE; in init_encrypted_dst()
H A Dstream-dump.cpp189 {PGP_AEAD_NONE, "None"},
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-write.cpp842 param->aead = handler->ctx->aalg != PGP_AEAD_NONE; in init_encrypted_dst()
H A Dstream-dump.cpp191 {PGP_AEAD_NONE, "None"},
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Drnp.cpp182 {PGP_AEAD_NONE, "None"}, {PGP_AEAD_EAX, "EAX"}, {PGP_AEAD_OCB, "OCB"}};
3094 if (op->aead == PGP_AEAD_NONE) { in get_protection_mode()