Searched refs:evp_cipher_init_internal (Results 1 – 1 of 1) sorted by relevance
/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 459 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, 0, params); in EVP_CipherInit_ex2() 467 return evp_cipher_init_internal(ctx, cipher, NULL, key, iv, enc, 0, NULL); in EVP_CipherInit() 474 return evp_cipher_init_internal(ctx, cipher, impl, key, iv, enc, 0, NULL); in EVP_CipherInit_ex() 489 if (!evp_cipher_init_internal(ctx, cipher, NULL, NULL, NULL, 1, 1, in EVP_CipherPipelineEncryptInit() 519 if (!evp_cipher_init_internal(ctx, cipher, NULL, NULL, NULL, 0, 1, in EVP_CipherPipelineDecryptInit()
|
Completed in 17 milliseconds