Home
last modified time | relevance | path

Searched refs:EVP_SealUpdate (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/man3/
H A DEVP_SealInit.pod5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption
14 int EVP_SealUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
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/util/
H A Dother.syms373 EVP_SealUpdate define
/openssl/include/openssl/
H A Devp.h671 # define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e) macro
/openssl/test/
H A Devp_extra_test.c1671 || !TEST_true(EVP_SealUpdate(ctx, ciphertext, &ciphertext_len, in test_EVP_Enveloped()

Completed in 41 milliseconds