Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DEVP_OpenInit.pod5 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 Dp_open.c62 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal() function
/openssl/include/openssl/
H A Devp.h858 __owur int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
/openssl/test/
H A Devp_extra_test.c1682 || !TEST_true(EVP_OpenFinal(ctx, plaintext + plaintext_len, &len))) in test_EVP_Enveloped()
/openssl/util/
H A Dlibcrypto.num3359 EVP_OpenFinal 3432 3_0_0 EXIST::FUNCTION:

Completed in 69 milliseconds