Home
last modified time | relevance | path

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

/third_party/openssl/demos/cipher/
Daeskeywrap.c82 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_encrypt()
Dariacbc.c81 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_encrypt()
Daesgcm.c106 if (!EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt()
Daesccm.c108 if (!EVP_EncryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_encrypt()
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod12 EVP_EncryptInit_ex2,
115 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
341 =item EVP_EncryptInit_ex2()
358 This legacy function is similar to EVP_EncryptInit_ex2() when I<impl> is NULL.
489 is set up for encryption or decryption with EVP_EncryptInit_ex2(),
1189 EVP_EncryptInit_ex2(), EVP_EncryptUpdate() and EVP_EncryptFinal_ex()
1473 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(),
1519 EVP_EncryptInit_ex2(ctx, EVP_idea_cbc(), key, iv, NULL);
1688 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),
/third_party/openssl/crypto/evp/
Devp_enc.c489 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2() function
/third_party/openssl/include/openssl/
Devp.h755 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/third_party/openssl/util/
Dlibcrypto.num5330 EVP_EncryptInit_ex2 5458 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md235 passed to the EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() and