Searched refs:EVP_OpenInit (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_OpenInit.pod | 5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption 11 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, EVP_CIPHER *type, unsigned char *ek, 23 EVP_OpenInit() initializes a cipher context B<ctx> for decryption 35 It is possible to call EVP_OpenInit() twice in the same way as 47 EVP_OpenInit() returns 0 on error or a non zero integer (actually the
|
| H A D | EVP_SealInit.pod | 80 L<EVP_OpenInit(3)>,
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | evp.pod | 16 The L<B<EVP_Seal>I<XXX>|EVP_SealInit(3)> and L<B<EVP_Open>I<XXX>|EVP_OpenInit(3)> 56 L<EVP_OpenInit(3)> functions. 87 L<EVP_OpenInit(3)>,
|
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | p_open.c | 18 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_OpenInit() function
|
| /freebsd-14.2/crypto/openssl/doc/ |
| H A D | build.info | 1150 DEPEND[html/man3/EVP_OpenInit.html]=man3/EVP_OpenInit.pod 1151 GENERATE[html/man3/EVP_OpenInit.html]=man3/EVP_OpenInit.pod 1152 DEPEND[man/man3/EVP_OpenInit.3]=man3/EVP_OpenInit.pod 1153 GENERATE[man/man3/EVP_OpenInit.3]=man3/EVP_OpenInit.pod 3073 html/man3/EVP_OpenInit.html \ 3681 man/man3/EVP_OpenInit.3 \
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 170 MAN+= EVP_OpenInit.3 1974 MLINKS+= EVP_OpenInit.3 EVP_OpenFinal.3 1975 MLINKS+= EVP_OpenInit.3 EVP_OpenUpdate.3
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | evp.h | 844 __owur int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Version.map | 1551 EVP_OpenInit;
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 1324 if (!TEST_true(EVP_OpenInit(ctx, type, kek, kek_len, iv, keypair)) in test_EVP_Enveloped()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libcrypto.num | 266 EVP_OpenInit 272 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 16443 Modify EVP_OpenInit() and EVP_SealInit() to cope with variable key length
|