/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_encrypt.pod | 5 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 D | EVP_PKEY_meth_new.pod | 332 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 D | EVP_PKEY_encrypt.pod | 6 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 D | EVP_PKEY_meth_new.pod | 339 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 D | enginetest.c | 267 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 D | evp_extra_test.c | 1360 if (!TEST_true(EVP_PKEY_encrypt_init(cctx))) in test_EVP_SM2()
|
/netbsd/crypto/external/bsd/openssl/dist/test/ |
H A D | enginetest.c | 273 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 D | threadstest.c | 407 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 D | p_seal.c | 66 if (EVP_PKEY_encrypt_init(pctx) <= 0 in EVP_SealInit()
|
H A D | asymcipher.c | 217 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 D | pkey.dot | 29 newed -> encrypt [label="EVP_PKEY_encrypt_init", fontcolor="#63AAC0", color="#63AAC0"];
|
/netbsd/crypto/external/bsd/openssl/dist/apps/ |
H A D | rsautl.c | 257 rv = EVP_PKEY_encrypt_init(ctx) > 0 in rsautl_main()
|
H A D | pkeyutl.c | 636 rv = EVP_PKEY_encrypt_init(ctx); in init_ctx()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | pmeth_fn.c | 136 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 D | cms_env.c | 167 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 D | pkeyutl.c | 449 rv = EVP_PKEY_encrypt_init(ctx); in init_ctx()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_env.c | 322 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 D | self_test_kats.c | 567 || (t->encrypt && EVP_PKEY_encrypt_init(encctx) <= 0) in self_test_asym_cipher()
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | life_cycle-pkey.pod | 117 … | EVP_PKEY_encapsulate_init | | | | EVP_PKEY_encrypt_init | 165 …EVP_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 D | statem_clnt.c | 2869 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 D | pk7_doit.c | 105 if (EVP_PKEY_encrypt_init(pctx) <= 0) in pkcs7_encode_rinfo()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/pkcs7/ |
H A D | pk7_doit.c | 127 if (EVP_PKEY_encrypt_init(pctx) <= 0) in pkcs7_encode_rinfo()
|
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | statem_clnt.c | 3020 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 D | evp.h | 1395 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
|
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 1617 EVP_PKEY_encrypt_init;
|