Searched refs:EVP_SealInit (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
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
|
D | EVP_PKEY_size.pod | 21 L<EVP_SealInit(3)>, but it isn't limited there. The returned size is 65 L<EVP_SealInit(3)>,
|
D | EVP_OpenInit.pod | 58 L<EVP_SealInit(3)>
|
/third_party/openssl/doc/man7/ |
D | evp.pod | 16 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/ |
D | p_seal.c | 18 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_SealInit() function
|
/third_party/openssl/test/ |
D | evp_extra_test.c | 972 || !TEST_true(EVP_SealInit(ctx, type, &kek, &kek_len, iv, in test_EVP_Enveloped()
|
/third_party/openssl/include/openssl/ |
D | evp.h | 652 __owur int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
|
/third_party/openssl/util/ |
D | libcrypto.num | 2839 EVP_SealInit 2798 1_1_0 EXIST::FUNCTION:RSA
|
/third_party/openssl/ |
D | CHANGES | 10853 Modify EVP_OpenInit() and EVP_SealInit() to cope with variable key length
|