Home
last modified time | relevance | path

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

/freebsd/crypto/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
/freebsd/crypto/openssl/util/
H A Dother.syms340 EVP_SealUpdate define
/freebsd/crypto/openssl/include/openssl/
H A Devp.h663 # define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e) macro
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c1316 || !TEST_true(EVP_SealUpdate(ctx, ciphertext, &ciphertext_len, in test_EVP_Enveloped()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2319 MLINKS+= EVP_SealInit.3 EVP_SealUpdate.3