Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
DEVP_PKEY_size.pod21 L<EVP_SealInit(3)>, but it isn't limited there. The returned size is
65 L<EVP_SealInit(3)>,
DEVP_OpenInit.pod58 L<EVP_SealInit(3)>
/third_party/openssl/doc/man7/
Devp.pod16 The L<B<EVP_Seal>I<XXX>|EVP_SealInit(3)> and L<B<EVP_Open>I<XXX>|EVP_OpenInit(3)>
54 an encrypted message in a "digital envelope" using the L<EVP_SealInit(3)> and
87 L<EVP_SealInit(3)>,
/third_party/openssl/crypto/evp/
Dp_seal.c18 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_SealInit() function
/third_party/openssl/test/
Devp_extra_test.c972 || !TEST_true(EVP_SealInit(ctx, type, &kek, &kek_len, iv, in test_EVP_Enveloped()
/third_party/openssl/include/openssl/
Devp.h652 __owur int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
/third_party/openssl/util/
Dlibcrypto.num2839 EVP_SealInit 2798 1_1_0 EXIST::FUNCTION:RSA
/third_party/openssl/
DCHANGES10853 Modify EVP_OpenInit() and EVP_SealInit() to cope with variable key length