Searched refs:evp_cipher_init_internal (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_enc.c | 92 static int evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, in evp_cipher_init_internal() function 638 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, 0, params); in EVP_CipherInit_ex2() 646 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, 0, NULL); in EVP_CipherInit() 653 return evp_cipher_init_internal(ctx, cipher, impl, key, iv, enc, 0, NULL); in EVP_CipherInit_ex() 668 if (!evp_cipher_init_internal(ctx, cipher, NULL, NULL, NULL, 1, 1, in EVP_CipherPipelineEncryptInit() 698 if (!evp_cipher_init_internal(ctx, cipher, NULL, NULL, NULL, 0, 1, in EVP_CipherPipelineDecryptInit()
|