Searched refs:EVP_EncryptInit_ex2 (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 82 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_encrypt()
|
H A D | ariacbc.c | 81 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_encrypt()
|
H A D | aesgcm.c | 106 if (!EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt()
|
H A D | aesccm.c | 108 if (!EVP_EncryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_enc.c | 494 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2() function
|
/third_party/openssl/crypto/evp/ |
H A D | evp_enc.c | 489 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2() function
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 757 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 755 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
Completed in 12 milliseconds