Home
last modified time | relevance | path

Searched refs:evp_get_fips_cipher (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/openssl/crypto/evp/
HDevp_lib.c239 fcipher = evp_get_fips_cipher(cipher); in EVP_CIPHER_flags()
334 const EVP_CIPHER *evp_get_fips_cipher(const EVP_CIPHER *cipher) in evp_get_fips_cipher() function
HDevp_locl.h337 const EVP_CIPHER *evp_get_fips_cipher(const EVP_CIPHER *cipher);
HDevp_enc.c175 fcipher = evp_get_fips_cipher(cipher); in EVP_CipherInit_ex()