Home
last modified time | relevance | path

Searched refs:EVP_PKEY_encrypt_init (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_encrypt.pod5 EVP_PKEY_encrypt_init, EVP_PKEY_encrypt - encrypt using a public key algorithm
11 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
18 The EVP_PKEY_encrypt_init() function initializes a public key algorithm
31 After the call to EVP_PKEY_encrypt_init() algorithm specific control
40 EVP_PKEY_encrypt_init() and EVP_PKEY_encrypt() return 1 for success and 0
67 if (EVP_PKEY_encrypt_init(ctx) <= 0)
H A DEVP_PKEY_meth_new.pod332 They are called by L<EVP_PKEY_encrypt_init(3)> and L<EVP_PKEY_encrypt(3)>.
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_encrypt.pod6 EVP_PKEY_encrypt_init, EVP_PKEY_encrypt - encrypt using a public key algorithm
12 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
20 The EVP_PKEY_encrypt_init() function initializes a public key algorithm
37 After the call to EVP_PKEY_encrypt_init() algorithm specific control
47 EVP_PKEY_encrypt_init(), EVP_PKEY_encrypt_init_ex() and EVP_PKEY_encrypt()
75 if (EVP_PKEY_encrypt_init(ctx) <= 0)
H A DEVP_PKEY_meth_new.pod339 They are called by L<EVP_PKEY_encrypt_init(3)> and L<EVP_PKEY_encrypt(3)>.
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Denginetest.c267 if (!TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
298 if (!TEST_int_le(EVP_PKEY_encrypt_init(ctx), 0)) in test_redirect()
310 if (!TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
321 || !TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
337 || !TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
H A Devp_extra_test.c1360 if (!TEST_true(EVP_PKEY_encrypt_init(cctx))) in test_EVP_SM2()
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Denginetest.c273 if (!TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
304 if (!TEST_int_le(EVP_PKEY_encrypt_init(ctx), 0)) in test_redirect()
316 if (!TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
327 || !TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
343 || !TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
H A Dthreadstest.c407 if (!TEST_int_ge(EVP_PKEY_encrypt_init(ctx), 0) in thread_shared_evp_pkey()
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_seal.c66 if (EVP_PKEY_encrypt_init(pctx) <= 0 in EVP_SealInit()
H A Dasymcipher.c217 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_encrypt_init() function
/netbsd/crypto/external/bsd/openssl/dist/doc/life-cycles/
H A Dpkey.dot29 newed -> encrypt [label="EVP_PKEY_encrypt_init", fontcolor="#63AAC0", color="#63AAC0"];
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Drsautl.c257 rv = EVP_PKEY_encrypt_init(ctx) > 0 in rsautl_main()
H A Dpkeyutl.c636 rv = EVP_PKEY_encrypt_init(ctx); in init_ctx()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpmeth_fn.c136 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_encrypt_init() function
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_env.c167 if (EVP_PKEY_encrypt_init(ktri->pctx) <= 0) in cms_RecipientInfo_ktri_init()
320 if (EVP_PKEY_encrypt_init(pctx) <= 0) in cms_RecipientInfo_ktri_encrypt()
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dpkeyutl.c449 rv = EVP_PKEY_encrypt_init(ctx); in init_ctx()
/netbsd/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_env.c322 if (EVP_PKEY_encrypt_init(ktri->pctx) <= 0) in cms_RecipientInfo_ktri_init()
485 if (EVP_PKEY_encrypt_init(pctx) <= 0) in cms_RecipientInfo_ktri_encrypt()
/netbsd/crypto/external/bsd/openssl/dist/providers/fips/
H A Dself_test_kats.c567 || (t->encrypt && EVP_PKEY_encrypt_init(encctx) <= 0) in self_test_asym_cipher()
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dlife_cycle-pkey.pod117 … | EVP_PKEY_encapsulate_init | | | | EVP_PKEY_encrypt_init |
165EVP_PKEY_encrypt_init encrypt encrypt encrypt encrypt encrypt …
369 <tr><th style="border:1px solid" align="left">EVP_PKEY_encrypt_init</th>
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c2869 if (pctx == NULL || EVP_PKEY_encrypt_init(pctx) <= 0 in tls_construct_cke_rsa()
3060 if (EVP_PKEY_encrypt_init(pkey_ctx) <= 0 in tls_construct_cke_gost()
3210 if (EVP_PKEY_encrypt_init(pkey_ctx) <= 0 ) { in tls_construct_cke_gost18()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_doit.c105 if (EVP_PKEY_encrypt_init(pctx) <= 0) in pkcs7_encode_rinfo()
/netbsd/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_doit.c127 if (EVP_PKEY_encrypt_init(pctx) <= 0) in pkcs7_encode_rinfo()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c3020 if (pctx == NULL || EVP_PKEY_encrypt_init(pctx) <= 0 in tls_construct_cke_rsa()
3224 if (EVP_PKEY_encrypt_init(pkey_ctx) <= 0 in tls_construct_cke_gost()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Devp.h1395 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map1617 EVP_PKEY_encrypt_init;

12