Home | History | Annotate | Download | only in evp

Lines Matching refs:EVP_CIPHER_CTX_cipher

454 const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
462 #define EVP_CIPHER_CTX_type(c) EVP_CIPHER_type(EVP_CIPHER_CTX_cipher(c))