Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_common.c192 const int decrypt_only = 1; in ossl_tdes_get_params() local
194 const int decrypt_only = 0; in ossl_tdes_get_params()
199 if (p != NULL && !OSSL_PARAM_set_int(p, decrypt_only)) { in ossl_tdes_get_params()
/openssl/ssl/
H A Dssl_lib.c7370 int decrypt_only = 0; in ssl_evp_cipher_fetch() local
7373 &decrypt_only); in ssl_evp_cipher_fetch()
7376 && decrypt_only) { in ssl_evp_cipher_fetch()

Completed in 23 milliseconds