Searched refs:EVP_SealUpdate (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_SealInit.pod | 5 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 D | other.syms | 340 EVP_SealUpdate define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 663 # define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e) macro
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 1316 || !TEST_true(EVP_SealUpdate(ctx, ciphertext, &ciphertext_len, in test_EVP_Enveloped()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2319 MLINKS+= EVP_SealInit.3 EVP_SealUpdate.3
|