Home
last modified time | relevance | path

Searched refs:EVP_PKEY_decrypt_init (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_decrypt.pod5 EVP_PKEY_decrypt_init, EVP_PKEY_decrypt_init_ex,
12 int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx);
20 The EVP_PKEY_decrypt_init() function initializes a public key algorithm
39 After the call to EVP_PKEY_decrypt_init() algorithm specific control
49 EVP_PKEY_decrypt_init(), EVP_PKEY_decrypt_init_ex() and EVP_PKEY_decrypt()
74 if (EVP_PKEY_decrypt_init(ctx) <= 0)
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.c41 if (EVP_PKEY_decrypt_init(pctx) <= 0 in EVP_OpenInit()
H A Dasymcipher.c259 int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_decrypt_init() function
/freebsd/crypto/openssl/doc/life-cycles/
H A Dpkey.dot32 newed -> decrypt [label="EVP_PKEY_decrypt_init", fontcolor="#425F06", color="#425F06"];
/freebsd/crypto/openssl/apps/
H A Drsautl.c262 rv = EVP_PKEY_decrypt_init(ctx) > 0 in rsautl_main()
H A Dpkeyutl.c641 rv = EVP_PKEY_decrypt_init(ctx); in init_ctx()
/freebsd/crypto/openssl/test/
H A Dthreadstest.c420 if (!TEST_int_ge(EVP_PKEY_decrypt_init(ctx), 0) in thread_shared_evp_pkey()
H A Dacvp_test.c1258 || !TEST_int_gt(EVP_PKEY_decrypt_init(ctx), 0) in rsa_decryption_primitive_test()
H A Devp_test.c1888 return pkey_test_init(t, name, 0, EVP_PKEY_decrypt_init, in decrypt_test_init()
H A Devp_extra_test.c2169 if (!TEST_int_gt(EVP_PKEY_decrypt_init(cctx), 0)) in test_EVP_SM2()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c651 if (pkctx != NULL && EVP_PKEY_decrypt_init(pkctx) > 0) { in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c568 || (!t->encrypt && EVP_PKEY_decrypt_init(encctx) <= 0)) in self_test_asym_cipher()
/freebsd/crypto/openssl/doc/man7/
H A Dlife_cycle-pkey.pod107 … | EVP_PKEY_decapsulate_init | | EVP_PKEY_decrypt_init |
167EVP_PKEY_decrypt_init decrypt decrypt decrypt decrypt decrypt …
399 <tr><th style="border:1px solid" align="left">EVP_PKEY_decrypt_init</th>
H A Dmigration_guide.pod1783 L<EVP_PKEY_decrypt_init(3)> and L<EVP_PKEY_decrypt(3)> instead.
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c2908 if (EVP_PKEY_decrypt_init(ctx) <= 0 in tls_process_cke_rsa()
3135 if (EVP_PKEY_decrypt_init(pkey_ctx) <= 0) { in tls_process_cke_gost()
3239 if (EVP_PKEY_decrypt_init(pkey_ctx) <= 0) { in tls_process_cke_gost18()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_env.c578 if (EVP_PKEY_decrypt_init(ktri->pctx) <= 0) in cms_RecipientInfo_ktri_decrypt()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c170 if (EVP_PKEY_decrypt_init(pctx) <= 0) in pkcs7_decrypt_rinfo()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1913 int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1583 EVP_PKEY_decrypt_init;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4558 if (EVP_PKEY_decrypt_init(pkctx) != 1 || in crypto_rsa_oaep_sha256_decrypt()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2124 MLINKS+= EVP_PKEY_decrypt.3 EVP_PKEY_decrypt_init.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2073 EVP_PKEY_decrypt_init 2120 3_0_0 EXIST::FUNCTION: