Home
last modified time | relevance | path

Searched refs:EVP_PKEY_encrypt_init (Results 1 - 25 of 27) sorted by relevance

12

/third_party/openssl/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()
/third_party/node/deps/openssl/openssl/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
/third_party/openssl/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
/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs147 #[corresponds(EVP_PKEY_encrypt_init)]
151 cvt(ffi::EVP_PKEY_encrypt_init(self.as_ptr()))?; in encrypt_init()
H A Dencrypt.rs73 /// OpenSSL documentation at [`EVP_PKEY_encrypt_init`].
75 /// [`EVP_PKEY_encrypt_init`]: https://www.openssl.org/docs/manmaster/man3/EVP_PKEY_encrypt_init.html
84 let r = ffi::EVP_PKEY_encrypt_init(pctx); in new()
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc302 EVP_PKEY_encrypt_init, in Initialize()
346 EVP_PKEY_encrypt_init, in RegisterExternalReferences()
H A Dcrypto_rsa.cc352 return RSA_Cipher<EVP_PKEY_encrypt_init, EVP_PKEY_encrypt>( in DoCipher()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c341 if (EVP_PKEY_encrypt_init(ktri->pctx) <= 0) in cms_RecipientInfo_ktri_init()
504 if (EVP_PKEY_encrypt_init(pctx) <= 0) in cms_RecipientInfo_ktri_encrypt()
/third_party/openssl/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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs559 pub fn EVP_PKEY_encrypt_init(ctx: *mut EVP_PKEY_CTX) -> c_int; in EVP_PKEY_encrypt_init() functions
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c2877 if (pctx == NULL || EVP_PKEY_encrypt_init(pctx) <= 0 in tls_construct_cke_rsa()
3068 if (EVP_PKEY_encrypt_init(pkey_ctx) <= 0 in tls_construct_cke_gost()
3218 if (EVP_PKEY_encrypt_init(pkey_ctx) <= 0 ) { in tls_construct_cke_gost18()
/third_party/openssl/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()
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c567 || (t->encrypt && EVP_PKEY_encrypt_init(encctx) <= 0) in self_test_asym_cipher()
/third_party/openssl/providers/fips/
H A Dself_test_kats.c567 || (t->encrypt && EVP_PKEY_encrypt_init(encctx) <= 0) in self_test_asym_cipher()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c127 if (EVP_PKEY_encrypt_init(pctx) <= 0) in pkcs7_encode_rinfo()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c127 if (EVP_PKEY_encrypt_init(pctx) <= 0) in pkcs7_encode_rinfo()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1395 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1908 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);

Completed in 45 milliseconds

12