Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_common.c189 const int decrypt_only = 1; in ossl_tdes_get_params() local
191 const int decrypt_only = 0; in ossl_tdes_get_params()
196 if (p != NULL && !OSSL_PARAM_set_int(p, decrypt_only)) { in ossl_tdes_get_params()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7454 int decrypt_only = 0; in ssl_evp_cipher_fetch() local
7457 &decrypt_only); in ssl_evp_cipher_fetch()
7460 && decrypt_only) { in ssl_evp_cipher_fetch()