Home
last modified time | relevance | path

Searched refs:str_to_cipher_mode (Results 1 – 2 of 2) sorted by relevance

/dports/security/rnp/rnp-0.15.2/src/lib/
H A Drnp.cpp330 str_to_cipher_mode(const char *str, pgp_cipher_mode_t *mode) in str_to_cipher_mode() function
4292 if (!str_to_cipher_mode(json_object_get_string(value), &protection->cipher_mode)) { in parse_protection()
5150 if (!str_to_cipher_mode(mode, &op->protection.cipher_mode)) { in rnp_op_generate_set_protection_mode()
6874 if (cipher_mode && !str_to_cipher_mode(cipher_mode, &protection.cipher_mode)) { in rnp_key_protect()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Drnp.cpp366 str_to_cipher_mode(const char *str, pgp_cipher_mode_t *mode) in str_to_cipher_mode() function
4555 if (!str_to_cipher_mode(json_object_get_string(value), &protection->cipher_mode)) { in parse_protection()
5415 if (!str_to_cipher_mode(mode, &op->protection.cipher_mode)) { in rnp_op_generate_set_protection_mode()
7114 if (cipher_mode && !str_to_cipher_mode(cipher_mode, &protection.cipher_mode)) { in rnp_key_protect()