Searched refs:EVP_OpenFinal (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_OpenInit.pod | 5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption 15 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl); 28 EVP_OpenUpdate() and EVP_OpenFinal() have exactly the same properties 52 EVP_OpenFinal() returns 0 if the decrypt failed or 1 for success.
|
/openssl/crypto/evp/ |
H A D | p_open.c | 62 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() function
|
/openssl/include/openssl/ |
H A D | evp.h | 858 __owur int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
|
/openssl/test/ |
H A D | evp_extra_test.c | 1682 || !TEST_true(EVP_OpenFinal(ctx, plaintext + plaintext_len, &len))) in test_EVP_Enveloped()
|
/openssl/util/ |
H A D | libcrypto.num | 3359 EVP_OpenFinal 3432 3_0_0 EXIST::FUNCTION:
|
Completed in 68 milliseconds