| /freebsd/crypto/openssl/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)>.
|
| /freebsd/crypto/openssl/test/ |
| H A D | enginetest.c | 272 if (!TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect() 303 if (!TEST_int_le(EVP_PKEY_encrypt_init(ctx), 0)) in test_redirect() 315 if (!TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect() 326 || !TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect() 342 || !TEST_int_gt(EVP_PKEY_encrypt_init(ctx), 0) in test_redirect()
|
| H A D | threadstest.c | 944 if (!TEST_int_ge(EVP_PKEY_encrypt_init(ctx), 0) in thread_shared_evp_pkey()
|
| H A D | evp_extra_test.c | 2721 if (!TEST_true(EVP_PKEY_encrypt_init(cctx))) in test_EVP_SM2() 3958 || !TEST_true(EVP_PKEY_encrypt_init(key_ctx))) in test_RSA_OAEP_set_null_label() 3990 || !TEST_int_gt(EVP_PKEY_encrypt_init(pctx), 0) in test_RSA_encrypt() 4009 || !TEST_int_gt(EVP_PKEY_encrypt_init(pctx), 0)) in test_RSA_encrypt()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | p_seal.c | 66 if (EVP_PKEY_encrypt_init(pctx) <= 0 in EVP_SealInit()
|
| H A D | asymcipher.c | 230 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_encrypt_init() function
|
| /freebsd/crypto/openssl/doc/life-cycles/ |
| H A D | pkey.dot | 29 newed -> encrypt [label="EVP_PKEY_encrypt_init", fontcolor="#63AAC0", color="#63AAC0"];
|
| /freebsd/crypto/openssl/apps/ |
| H A D | rsautl.c | 273 rv = EVP_PKEY_encrypt_init(ctx) > 0 in rsautl_main()
|
| H A D | pkeyutl.c | 756 rv = EVP_PKEY_encrypt_init(ctx); in init_ctx()
|
| H A D | speed.c | 3376 || EVP_PKEY_encrypt_init(loopargs[i].rsa_encrypt_ctx[testnum]) <= 0 in speed_main()
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_env.c | 373 if (EVP_PKEY_encrypt_init(ktri->pctx) <= 0) in cms_RecipientInfo_ktri_init() 536 if (EVP_PKEY_encrypt_init(pctx) <= 0) in cms_RecipientInfo_ktri_encrypt()
|
| /freebsd/crypto/openssl/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>
|
| H A D | ossl-guide-migration.pod | 1813 Applications should use L<EVP_PKEY_encrypt_init(3)> and L<EVP_PKEY_encrypt(3)> or
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 3152 if (pctx == NULL || EVP_PKEY_encrypt_init(pctx) <= 0 in tls_construct_cke_rsa() 3343 if (EVP_PKEY_encrypt_init(pkey_ctx) <= 0 in tls_construct_cke_gost() 3498 if (EVP_PKEY_encrypt_init(pkey_ctx) <= 0) { in tls_construct_cke_gost18()
|
| /freebsd/crypto/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 164 if (EVP_PKEY_encrypt_init(pctx) <= 0) in pkcs7_encode_rinfo()
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | self_test_kats.c | 853 || (t->encrypt && EVP_PKEY_encrypt_init(encctx) <= 0) in self_test_asym_cipher()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 2013 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 1590 EVP_PKEY_encrypt_init;
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 4521 if (EVP_PKEY_encrypt_init(pkctx) != 1 || in crypto_rsa_oaep_sha256_encrypt()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2328 MLINKS+= EVP_PKEY_encrypt.3 EVP_PKEY_encrypt_init.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 2837 EVP_PKEY_encrypt_init 2901 3_0_0 EXIST::FUNCTION:
|