Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c82 static int evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, in evp_cipher_init_internal() function
438 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, params); in EVP_CipherInit_ex2()
446 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, NULL); in EVP_CipherInit()
453 return evp_cipher_init_internal(ctx, cipher, impl, key, iv, enc, NULL); in EVP_CipherInit_ex()
/third_party/openssl/crypto/evp/
H A 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()

Completed in 7 milliseconds