Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Devp_enc.c82 static int evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, in evp_cipher_init_internal() function
433 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, params); in EVP_CipherInit_ex2()
441 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, NULL); in EVP_CipherInit()
448 return evp_cipher_init_internal(ctx, cipher, impl, key, iv, enc, NULL); in EVP_CipherInit_ex()