Home
last modified time | relevance | path

Searched refs:EVP_EncryptInit_ex2 (Results 1 - 8 of 8) sorted by relevance

/third_party/openssl/demos/cipher/
H A Daeskeywrap.c82 if (!EVP_EncryptInit_ex2(ctx, cipher, wrap_key, wrap_iv, /* params */ NULL)) in aes_wrap_encrypt()
H A Dariacbc.c81 if (!EVP_EncryptInit_ex2(ctx, cipher, cbc_key, cbc_iv, /* params */ NULL)) in aria_cbc_encrypt()
H A Daesgcm.c106 if (!EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt()
H A Daesccm.c108 if (!EVP_EncryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_encrypt()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c494 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2() function
/third_party/openssl/crypto/evp/
H A Devp_enc.c489 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 Devp.h757 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/third_party/openssl/include/openssl/
H A Devp.h755 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,

Completed in 12 milliseconds