Searched refs:EVP_SealInit (Results 1 – 10 of 10) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_SealInit.pod | 5 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 D | EVP_PKEY_get_size.pod | 27 L<EVP_SealInit(3)>, but it isn't limited there. The returned size is 74 L<EVP_SealInit(3)>,
|
H A D | EVP_OpenInit.pod | 58 L<EVP_SealInit(3)>
|
/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)> 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 D | p_seal.c | 19 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_SealInit() function
|
/openssl/doc/ |
H A D | build.info | 1366 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 D | evp.h | 860 __owur int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
|
/openssl/test/ |
H A D | evp_extra_test.c | 1669 || !TEST_true(EVP_SealInit(ctx, type, &kek, &kek_len, iv, in test_EVP_Enveloped()
|
/openssl/util/ |
H A D | libcrypto.num | 2736 EVP_SealInit 2798 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 17418 Modify EVP_OpenInit() and EVP_SealInit() to cope with variable key length
|
Completed in 128 milliseconds