Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_decrypt.pod6 EVP_PKEY_decrypt - decrypt using a public key algorithm
14 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx,
27 The EVP_PKEY_decrypt() function performs a public key decryption operation
44 The function EVP_PKEY_decrypt() can be called more than once on the same
49 EVP_PKEY_decrypt_init(), EVP_PKEY_decrypt_init_ex() and EVP_PKEY_decrypt()
57 both the return value from the EVP_PKEY_decrypt() and the B<outlen> provided
61 Since version 3.2.0, the EVP_PKEY_decrypt() method when used with PKCS#1
101 if (EVP_PKEY_decrypt(ctx, NULL, &outlen, in, inlen) <= 0)
109 if (EVP_PKEY_decrypt(ctx, out, &outlen, in, inlen) <= 0)
H A DEVP_PKEY_get_size.pod29 L<EVP_PKEY_encrypt(3)>, L<EVP_PKEY_decrypt(3)>, L<EVP_PKEY_derive(3)>.
77 L<EVP_PKEY_decrypt(3)>,
H A DRSA_public_encrypt.pod26 L<EVP_PKEY_decrypt(3)>.
116 L<RSA_size(3)>, L<EVP_PKEY_decrypt(3)>, L<EVP_PKEY_encrypt(3)>
H A DEVP_PKEY_CTX_set_params.pod78 L<EVP_PKEY_decrypt(3)>,
H A DEVP_PKEY_encrypt.pod99 L<EVP_PKEY_decrypt(3)>,
H A DEVP_PKEY_derive.pod101 L<EVP_PKEY_decrypt(3)>,
H A DEVP_PKEY_verify_recover.pod121 L<EVP_PKEY_decrypt(3)>,
H A DEVP_PKEY_keygen.pod226 L<EVP_PKEY_decrypt(3)>,
H A DEVP_PKEY_verify.pod331 L<EVP_PKEY_decrypt(3)>,
H A DEVP_PKEY_sign.pod343 L<EVP_PKEY_decrypt(3)>,
H A DEVP_PKEY_meth_new.pod346 They are called by L<EVP_PKEY_decrypt_init(3)> and L<EVP_PKEY_decrypt(3)>.
/freebsd/crypto/openssl/crypto/evp/
H A Dp_open.c42 || EVP_PKEY_decrypt(pctx, NULL, &keylen, ek, ekl) <= 0) in EVP_OpenInit()
48 if (EVP_PKEY_decrypt(pctx, key, &keylen, ek, ekl) <= 0) in EVP_OpenInit()
H A Dasymcipher.c289 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, in EVP_PKEY_decrypt() function
334 if (EVP_PKEY_decrypt(ctx, NULL, outlenp, in, inlen) <= 0 in evp_pkey_decrypt_alloc()
337 if (EVP_PKEY_decrypt(ctx, *outp, outlenp, in, inlen) <= 0 in evp_pkey_decrypt_alloc()
/freebsd/crypto/openssl/demos/encrypt/
H A Drsa_encrypt.c184 if (EVP_PKEY_decrypt(ctx, NULL, &buf_len, in, in_len) <= 0) { in do_decrypt()
193 if (EVP_PKEY_decrypt(ctx, buf, &buf_len, in, in_len) <= 0) { in do_decrypt()
/freebsd/crypto/openssl/doc/man7/
H A Devp.pod52 and L<EVP_PKEY_decrypt(3)> respectively. However, note that
98 L<EVP_PKEY_decrypt(3)>,
H A Dlife_cycle-pkey.pod103 …| decapsulate | EVP_PKEY_decapsulate | | | | | | | EVP_PKEY_decrypt
168EVP_PKEY_decrypt
414 <tr><th style="border:1px solid" align="left">EVP_PKEY_decrypt</th>
696 L<EVP_PKEY_decapsulate(3)>, L<EVP_PKEY_decrypt(3)>, L<EVP_PKEY_encapsulate(3)>,
H A Dprovider-asym_cipher.pod53 L<EVP_PKEY_decrypt(3)> and
/freebsd/crypto/openssl/doc/life-cycles/
H A Dpkey.dot33 decrypt -> decrypt [label="EVP_PKEY_decrypt", fontcolor="#425F06", color="#425F06"];
/freebsd/crypto/openssl/apps/
H A Drsautl.c280 && EVP_PKEY_decrypt(ctx, rsa_out, &rsa_outlen, rsa_in, rsa_inlen) > 0; in rsautl_main()
H A Dpkeyutl.c838 rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); in do_keyop()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c806 if (EVP_PKEY_decrypt(pkctx, NULL, &eksize, in OSSL_CRMF_ENCRYPTEDVALUE_decrypt()
811 retval = EVP_PKEY_decrypt(pkctx, ek, &eksize, encKey->data, encKey->length); in OSSL_CRMF_ENCRYPTEDVALUE_decrypt()
/freebsd/crypto/openssl/test/
H A Dthreadstest.c958 || !TEST_int_gt(EVP_PKEY_decrypt(ctx, ptbuf, &ptlen, ctbuf, ctlen), in thread_shared_evp_pkey()
H A Devp_extra_test.c2737 if (!TEST_int_gt(EVP_PKEY_decrypt(cctx, plaintext, &ptext_len, ciphertext, in test_EVP_SM2()
4005 || !TEST_int_gt(EVP_PKEY_decrypt(pctx, pbuf, &plen, cbuf, clen), 0) in test_RSA_encrypt()
4007 || !TEST_int_gt(EVP_PKEY_decrypt(pctx, pbuf, &plen, cbuf, clen), 0) in test_RSA_encrypt()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c3062 || EVP_PKEY_decrypt(ctx, rsa_decrypt, &outlen, in tls_process_cke_rsa()
3315 if (EVP_PKEY_decrypt(pkey_ctx, premaster_secret, &outlen, start, in tls_process_cke_gost()
3401 if (EVP_PKEY_decrypt(pkey_ctx, premaster_secret, &outlen, start, inlen) <= 0) { in tls_process_cke_gost18()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c877 if (EVP_PKEY_decrypt(encctx, out, &outlen, in self_test_asym_cipher()

12