Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DEVP_SealInit.pod5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption
16 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
43 EVP_SealUpdate() and EVP_SealFinal() have exactly the same properties
52 EVP_SealUpdate() and EVP_SealFinal() return 1 for success and 0 for
/openssl/crypto/evp/
H A Dp_seal.c79 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() function
/openssl/include/openssl/
H A Devp.h863 __owur int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
/openssl/test/
H A Devp_extra_test.c1673 || !TEST_true(EVP_SealFinal(ctx, ciphertext + ciphertext_len, in test_EVP_Enveloped()
/openssl/util/
H A Dlibcrypto.num2705 EVP_SealFinal 2764 3_0_0 EXIST::FUNCTION:

Completed in 86 milliseconds