Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_cipher (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcrypto/cmac/
H A Dcmac.c215 if (EVP_CIPHER_CTX_cipher(ctx->cipher_ctx) == NULL) in CMAC_Init()
/openbsd/lib/libcrypto/evp/
H A Devp_cipher.c755 EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher() function
759 LCRYPTO_ALIAS(EVP_CIPHER_CTX_cipher);
H A Devp.h364 const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
380 #define EVP_CIPHER_CTX_type(c) EVP_CIPHER_type(EVP_CIPHER_CTX_cipher(c))
H A Devp_pbe.c518 if (EVP_CIPHER_CTX_cipher(ctx) == NULL) { in PKCS5_v2_PBKDF2_keyivgen()
/openbsd/lib/libcrypto/hidden/openssl/
H A Devp.h42 LCRYPTO_USED(EVP_CIPHER_CTX_cipher);
/openbsd/lib/libcrypto/cms/
H A Dcms_kari.c409 kekcipher = EVP_CIPHER_CTX_cipher(ctx); in cms_wrap_init()
/openbsd/lib/libcrypto/
H A DSymbols.list1081 EVP_CIPHER_CTX_cipher