Searched refs:EVP_DecryptInit_ex2 (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/demos/cipher/ |
D | aeskeywrap.c | 139 if (!EVP_DecryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_decrypt()
|
D | ariacbc.c | 137 if (!EVP_DecryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_decrypt()
|
D | aesgcm.c | 178 if (!EVP_DecryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_decrypt()
|
D | aesccm.c | 192 if (!EVP_DecryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_decrypt()
|
/third_party/openssl/doc/man3/ |
D | EVP_EncryptInit.pod | 16 EVP_DecryptInit_ex2, 124 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 392 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate() 490 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2(). By default encryption operations 1192 EVP_DecryptInit_ex2() and EVP_DecryptUpdate() return 1 for success and 0 for failure. 1473 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(), 1688 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),
|
/third_party/openssl/crypto/evp/ |
D | evp_enc.c | 509 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2() function
|
/third_party/openssl/include/openssl/ |
D | evp.h | 772 __owur int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/third_party/openssl/util/ |
D | libcrypto.num | 5331 EVP_DecryptInit_ex2 5459 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 235 passed to the EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() and
|