Searched refs:EVP_CIPHER_CTX_cipher (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/include/openssl/
H A Dcipher.h236 // EVP_CIPHER_CTX_cipher returns the |EVP_CIPHER| underlying |ctx|, or NULL if
238 OPENSSL_EXPORT const EVP_CIPHER *EVP_CIPHER_CTX_cipher(
/external/boringssl/src/include/openssl/
H A Dcipher.h236 // EVP_CIPHER_CTX_cipher returns the |EVP_CIPHER| underlying |ctx|, or NULL if
238 OPENSSL_EXPORT const EVP_CIPHER *EVP_CIPHER_CTX_cipher(
/external/boringssl/src/crypto/fipsmodule/cipher/
H A Dcipher.c491 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) { function

Completed in 554 milliseconds