Searched refs:EVP_EncryptInit_ex2 (Results 1 – 6 of 6) sorted by relevance
/openssl-master/demos/cipher/ |
A D | aesgcm.c | 106 if (!EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt()
|
A D | aesccm.c | 108 if (!EVP_EncryptInit_ex2(ctx, cipher, NULL, NULL, params)) in aes_ccm_encrypt()
|
/openssl-master/doc/man3/ |
A D | EVP_EncryptInit.pod | 12 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() 1460 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(), 1506 EVP_EncryptInit_ex2(ctx, EVP_idea_cbc(), key, iv, NULL); 1675 The EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2(), EVP_CipherInit_ex2(),
|
/openssl-master/crypto/evp/ |
A D | evp_enc.c | 439 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2() function
|
/openssl-master/include/openssl/ |
A D | evp.h | 755 __owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/openssl-master/util/ |
A D | libcrypto.num | 5330 EVP_EncryptInit_ex2 5458 3_0_0 EXIST::FUNCTION:
|
Completed in 28 milliseconds