Home
last modified time | relevance | path

Searched refs:EVP_OpenInit (Results 1 – 9 of 9) sorted by relevance

/openssl-master/doc/man3/
A DEVP_OpenInit.pod5 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
A DEVP_SealInit.pod80 L<EVP_OpenInit(3)>,
/openssl-master/doc/man7/
A Devp.pod16 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)>,
/openssl-master/crypto/evp/
A Dp_open.c18 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_OpenInit() function
/openssl-master/doc/
A Dbuild.info1138 DEPEND[html/man3/EVP_OpenInit.html]=man3/EVP_OpenInit.pod
1139 GENERATE[html/man3/EVP_OpenInit.html]=man3/EVP_OpenInit.pod
1140 DEPEND[man/man3/EVP_OpenInit.3]=man3/EVP_OpenInit.pod
1141 GENERATE[man/man3/EVP_OpenInit.3]=man3/EVP_OpenInit.pod
3006 html/man3/EVP_OpenInit.html \
3598 man/man3/EVP_OpenInit.3 \
/openssl-master/include/openssl/
A Devp.h842 __owur int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
/openssl-master/test/
A Devp_extra_test.c1110 if (!TEST_true(EVP_OpenInit(ctx, type, kek, kek_len, iv, keypair)) in test_EVP_Enveloped()
/openssl-master/util/
A Dlibcrypto.num266 EVP_OpenInit 272 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md15479 Modify EVP_OpenInit() and EVP_SealInit() to cope with variable key length

Completed in 55 milliseconds