Home
last modified time | relevance | path

Searched refs:EVP_PKEY_decrypt (Results 1 – 24 of 24) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_decrypt.pod5 EVP_PKEY_decrypt_init, EVP_PKEY_decrypt - decrypt using a public key algorithm
12 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx,
21 The EVP_PKEY_decrypt() function performs a public key decryption operation
35 The function EVP_PKEY_decrypt() can be called more than once on the same
40 EVP_PKEY_decrypt_init() and EVP_PKEY_decrypt() return 1 for success and 0
70 if (EVP_PKEY_decrypt(ctx, NULL, &outlen, in, inlen) <= 0)
78 if (EVP_PKEY_decrypt(ctx, out, &outlen, in, inlen) <= 0)
DEVP_PKEY_size.pod23 L<EVP_PKEY_encrypt(3)>, L<EVP_PKEY_decrypt(3)>, L<EVP_PKEY_derive(3)>.
68 L<EVP_PKEY_decrypt(3)>,
DEVP_PKEY_verify.pod85 L<EVP_PKEY_decrypt(3)>,
DEVP_PKEY_derive.pod85 L<EVP_PKEY_decrypt(3)>,
DEVP_PKEY_encrypt.pod91 L<EVP_PKEY_decrypt(3)>,
DEVP_PKEY_verify_recover.pod96 L<EVP_PKEY_decrypt(3)>,
DEVP_PKEY_sign.pod97 L<EVP_PKEY_decrypt(3)>,
DEVP_PKEY_keygen.pod184 L<EVP_PKEY_decrypt(3)>,
DEVP_PKEY_meth_new.pod339 They are called by L<EVP_PKEY_decrypt_init(3)> and L<EVP_PKEY_decrypt(3)>.
DEVP_PKEY_CTX_ctrl.pod447 L<EVP_PKEY_decrypt(3)>,
/third_party/openssl/doc/man7/
Devp.pod51 and L<EVP_PKEY_decrypt(3)> respectively. However, note that
96 L<EVP_PKEY_decrypt(3)>,
/third_party/openssl/crypto/evp/
Dpmeth_fn.c187 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, in EVP_PKEY_decrypt() function
/third_party/openssl/crypto/cms/
Dcms_env.c404 if (EVP_PKEY_decrypt(ktri->pctx, NULL, &eklen, in cms_RecipientInfo_ktri_decrypt()
416 if (EVP_PKEY_decrypt(ktri->pctx, ek, &eklen, in cms_RecipientInfo_ktri_decrypt()
/third_party/openssl/apps/
Dpkeyutl.c515 rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); in do_keyop()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c162 if (EVP_PKEY_decrypt(pctx, NULL, &eklen, in pkcs7_decrypt_rinfo()
173 if (EVP_PKEY_decrypt(pctx, ek, &eklen, in pkcs7_decrypt_rinfo()
/third_party/openssl/test/
Devp_extra_test.c1369 if (!TEST_true(EVP_PKEY_decrypt(cctx, plaintext, &ptext_len, ciphertext, ctext_len))) in test_EVP_SM2()
Devp_test.c1247 EVP_PKEY_decrypt); in decrypt_test_init()
/third_party/openssl/include/openssl/
Devp.h1400 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx,
/third_party/openssl/ssl/statem/
Dstatem_srvr.c3428 if (EVP_PKEY_decrypt(pkey_ctx, premaster_secret, &outlen, start, in tls_process_cke_gost()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1576 #define EVP_PKEY_decrypt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_PKEY_decrypt) macro
/third_party/openssl/crypto/err/
Dopenssl.txt768 EVP_F_EVP_PKEY_DECRYPT:104:EVP_PKEY_decrypt
/third_party/node/src/
Dnode_crypto.cc7071 EVP_PKEY_decrypt>); in Initialize()
/third_party/openssl/
DCHANGES194 API function EVP_PKEY_decrypt(). Typically an application will call this
198 sized buffer and call EVP_PKEY_decrypt() again, but this time passing a non-NULL
203 first call to EVP_PKEY_decrypt() can be smaller than the actual size required by
204 the second call. This can lead to a buffer overflow when EVP_PKEY_decrypt() is
/third_party/openssl/util/
Dlibcrypto.num2807 EVP_PKEY_decrypt 2768 1_1_0 EXIST::FUNCTION: