Searched refs:EVP_CipherInit_ex2 (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EVP_EncryptInit.pod | 20 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. 1474 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex() 1577 EVP_CipherInit_ex2(ctx, EVP_aes_128_cbc(), NULL, NULL, 1583 EVP_CipherInit_ex2(ctx, NULL, key, iv, do_encrypt, NULL); 1636 if (!EVP_CipherInit_ex2(ctx, cipher, key, iv, encrypt, params)) [all …]
|
/third_party/openssl/crypto/evp/ |
D | evp_enc.c | 429 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2() function 493 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 1, params); in EVP_EncryptInit_ex2() 513 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 0, params); in EVP_DecryptInit_ex2()
|
/third_party/openssl/include/openssl/ |
D | evp.h | 790 __owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1261 Use the higher level functions EVP_CipherInit_ex2(), EVP_CipherUpdate() and
|
/third_party/openssl/util/ |
D | libcrypto.num | 5332 EVP_CipherInit_ex2 5460 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 236 EVP_CipherInit_ex2() functions (as well as other similarly named encryption
|