Home
last modified time | relevance | path

Searched refs:EVP_SealInit (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DEVP_SealInit.pod5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption
11 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
25 EVP_SealInit() initializes a cipher context B<ctx> for encryption
50 EVP_SealInit() returns 0 on error or B<npubk> if successful.
58 must be seeded when EVP_SealInit() is called.
71 It is possible to call EVP_SealInit() twice in the same way as
H A DEVP_PKEY_get_size.pod27 L<EVP_SealInit(3)>, but it isn't limited there. The returned size is
74 L<EVP_SealInit(3)>,
H A DEVP_OpenInit.pod58 L<EVP_SealInit(3)>
/openssl/doc/man7/
H A Devp.pod16 The L<B<EVP_Seal>I<XXX>|EVP_SealInit(3)> and L<B<EVP_Open>I<XXX>|EVP_OpenInit(3)>
55 an encrypted message in a "digital envelope" using the L<EVP_SealInit(3)> and
88 L<EVP_SealInit(3)>,
/openssl/crypto/evp/
H A Dp_seal.c19 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_SealInit() function
/openssl/doc/
H A Dbuild.info1366 DEPEND[html/man3/EVP_SealInit.html]=man3/EVP_SealInit.pod
1367 GENERATE[html/man3/EVP_SealInit.html]=man3/EVP_SealInit.pod
1368 DEPEND[man/man3/EVP_SealInit.3]=man3/EVP_SealInit.pod
1369 GENERATE[man/man3/EVP_SealInit.3]=man3/EVP_SealInit.pod
3347 html/man3/EVP_SealInit.html \
4010 man/man3/EVP_SealInit.3 \
/openssl/include/openssl/
H A Devp.h860 __owur int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
/openssl/test/
H A Devp_extra_test.c1669 || !TEST_true(EVP_SealInit(ctx, type, &kek, &kek_len, iv, in test_EVP_Enveloped()
/openssl/util/
H A Dlibcrypto.num2736 EVP_SealInit 2798 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md17418 Modify EVP_OpenInit() and EVP_SealInit() to cope with variable key length

Completed in 128 milliseconds