Home
last modified time | relevance | path

Searched refs:EVP_CipherInit_ex2 (Results 1 – 5 of 5) sorted by relevance

/openssl-master/doc/man3/
A DEVP_EncryptInit.pod20 EVP_CipherInit_ex2,
133 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
291 EVP_CIPHER_CTX_ctrl() must be called after EVP_CipherInit_ex2(). Other restrictions
403 =item EVP_CipherInit_ex2(), EVP_CipherInit_ex(), EVP_CipherUpdate() and
490 EVP_DecryptInit_ex2() or EVP_CipherInit_ex2(). By default encryption operations
1195 EVP_CipherInit_ex2() and EVP_CipherUpdate() return 1 for success and 0 for failure.
1461 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
1564 EVP_CipherInit_ex2(ctx, EVP_aes_128_cbc(), NULL, NULL,
1570 EVP_CipherInit_ex2(ctx, NULL, key, iv, do_encrypt, NULL);
1623 if (!EVP_CipherInit_ex2(ctx, cipher, key, iv, encrypt, params))
[all …]
/openssl-master/crypto/evp/
A Devp_enc.c379 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2() function
443 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 1, params); in EVP_EncryptInit_ex2()
463 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 0, params); in EVP_DecryptInit_ex2()
/openssl-master/include/openssl/
A Devp.h790 __owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/openssl-master/doc/man7/
A Dmigration_guide.pod1246 Use the higher level functions EVP_CipherInit_ex2(), EVP_CipherUpdate() and
/openssl-master/util/
A Dlibcrypto.num5332 EVP_CipherInit_ex2 5460 3_0_0 EXIST::FUNCTION:

Completed in 24 milliseconds