Home
last modified time | relevance | path

Searched refs:encrypt_init (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
Dasymcipher.c154 if (cipher->encrypt_init == NULL) { in evp_pkey_asym_cipher_init()
159 ret = cipher->encrypt_init(ctx->op.ciph.algctx, provkey, params); in evp_pkey_asym_cipher_init()
194 if (ctx->pmeth->encrypt_init == NULL) in evp_pkey_asym_cipher_init()
196 ret = ctx->pmeth->encrypt_init(ctx); in evp_pkey_asym_cipher_init()
352 if (cipher->encrypt_init != NULL) in evp_asym_cipher_from_algorithm()
354 cipher->encrypt_init = OSSL_FUNC_asym_cipher_encrypt_init(fns); in evp_asym_cipher_from_algorithm()
Devp_local.h200 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init; member
Dpmeth_lib.c1771 int (*encrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_encrypt()
1778 pmeth->encrypt_init = encrypt_init; in EVP_PKEY_meth_set_encrypt()
1978 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
/third_party/openssl/crypto/evp/
Dasymcipher.c154 if (cipher->encrypt_init == NULL) { in evp_pkey_asym_cipher_init()
159 ret = cipher->encrypt_init(ctx->op.ciph.algctx, provkey, params); in evp_pkey_asym_cipher_init()
194 if (ctx->pmeth->encrypt_init == NULL) in evp_pkey_asym_cipher_init()
196 ret = ctx->pmeth->encrypt_init(ctx); in evp_pkey_asym_cipher_init()
352 if (cipher->encrypt_init != NULL) in evp_asym_cipher_from_algorithm()
354 cipher->encrypt_init = OSSL_FUNC_asym_cipher_encrypt_init(fns); in evp_asym_cipher_from_algorithm()
Devp_local.h200 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init; member
Dpmeth_lib.c1771 int (*encrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_encrypt()
1778 pmeth->encrypt_init = encrypt_init; in EVP_PKEY_meth_set_encrypt()
1978 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
/third_party/rust/crates/rust-openssl/openssl/src/
Dcipher_ctx.rs119 pub fn encrypt_init( in encrypt_init() method
772 ctx.encrypt_init(Some(cipher), Some(&key), Some(&iv)) in aes_128_cbc()
820 ctx.encrypt_init(Some(cipher), Some(&key), Some(&iv)) in test_stream_cipher()
851 ctx.encrypt_init(None, None, Some(&iv)).unwrap(); in test_stream_cipher()
932 ctx.encrypt_init(Some(cipher), Some(&key), Some(&iv)) in output_buffer_too_small()
954 ctx.encrypt_init(Some(cipher), Some(&key), iv.as_deref()) in cipher_wrap_test()
Dpkey_ctx.rs149 pub fn encrypt_init(&mut self) -> Result<(), ErrorStack> { in encrypt_init() function
739 ctx.encrypt_init().unwrap(); in rsa()
763 ctx.encrypt_init().unwrap(); in rsa_oaep()
Dsymm.rs502 Mode::Encrypt => CipherCtxRef::encrypt_init, in new()
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod99 int (*encrypt_init) (EVP_PKEY_CTX *ctx),
334 int (*encrypt_init) (EVP_PKEY_CTX *ctx);
338 The encrypt_init() and encrypt() methods are used to encrypt a piece of data.
/third_party/openssl/ohos_lite/include/crypto/
Devp.h70 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
/third_party/node/deps/openssl/openssl/include/crypto/
Devp.h162 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
/third_party/openssl/include/crypto/
Devp.h162 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1487 int (*encrypt_init) (EVP_PKEY_CTX *ctx),
/third_party/openssl/include/openssl/
Devp.h2034 (EVP_PKEY_METHOD *pmeth, int (*encrypt_init) (EVP_PKEY_CTX *ctx),
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h2034 (EVP_PKEY_METHOD *pmeth, int (*encrypt_init) (EVP_PKEY_CTX *ctx),