/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | asymcipher.c | 162 if (cipher->decrypt_init == NULL) { in evp_pkey_asym_cipher_init() 167 ret = cipher->decrypt_init(ctx->op.ciph.algctx, provkey, params); in evp_pkey_asym_cipher_init() 199 if (ctx->pmeth->decrypt_init == NULL) in evp_pkey_asym_cipher_init() 201 ret = ctx->pmeth->decrypt_init(ctx); in evp_pkey_asym_cipher_init() 364 if (cipher->decrypt_init != NULL) in evp_asym_cipher_from_algorithm() 366 cipher->decrypt_init = OSSL_FUNC_asym_cipher_decrypt_init(fns); in evp_asym_cipher_from_algorithm() 426 * (decrypt_init decrypt). set_ctx_params and settable_ctx_params are in evp_asym_cipher_from_algorithm()
|
H A D | evp_local.h | 202 OSSL_FUNC_asym_cipher_decrypt_init_fn *decrypt_init; member
|
H A D | pmeth_lib.c | 1784 int (*decrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_decrypt() 1791 pmeth->decrypt_init = decrypt_init; in EVP_PKEY_meth_set_decrypt() 1993 *pdecrypt_init = pmeth->decrypt_init; in EVP_PKEY_meth_get_decrypt()
|
/third_party/openssl/crypto/evp/ |
H A D | asymcipher.c | 162 if (cipher->decrypt_init == NULL) { in evp_pkey_asym_cipher_init() 167 ret = cipher->decrypt_init(ctx->op.ciph.algctx, provkey, params); in evp_pkey_asym_cipher_init() 199 if (ctx->pmeth->decrypt_init == NULL) in evp_pkey_asym_cipher_init() 201 ret = ctx->pmeth->decrypt_init(ctx); in evp_pkey_asym_cipher_init() 364 if (cipher->decrypt_init != NULL) in evp_asym_cipher_from_algorithm() 366 cipher->decrypt_init = OSSL_FUNC_asym_cipher_decrypt_init(fns); in evp_asym_cipher_from_algorithm() 426 * (decrypt_init decrypt). set_ctx_params and settable_ctx_params are in evp_asym_cipher_from_algorithm()
|
H A D | evp_local.h | 202 OSSL_FUNC_asym_cipher_decrypt_init_fn *decrypt_init; member
|
H A D | pmeth_lib.c | 1783 int (*decrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_decrypt() 1790 pmeth->decrypt_init = decrypt_init; in EVP_PKEY_meth_set_decrypt() 1992 *pdecrypt_init = pmeth->decrypt_init; in EVP_PKEY_meth_get_decrypt()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey_ctx.rs | 281 pub fn decrypt_init(&mut self) -> Result<(), ErrorStack> { in decrypt_init() functions 746 ctx.decrypt_init().unwrap(); in rsa() 772 ctx.decrypt_init().unwrap(); in rsa_oaep()
|
H A D | cipher_ctx.rs | 43 //! ctx.decrypt_init(Some(cipher), Some(key), Some(iv)).unwrap(); 139 pub fn decrypt_init( in decrypt_init() functions 782 ctx.decrypt_init(Some(cipher), Some(&key), Some(&iv)) in aes_128_cbc() 870 ctx.decrypt_init(Some(cipher), Some(&key), Some(&iv)) 893 ctx.decrypt_init(None, None, Some(&iv)).unwrap();
|
H A D | symm.rs | 503 Mode::Decrypt => CipherCtxRef::decrypt_init, in new()
|
/third_party/ffmpeg/libavformat/ |
H A D | omadec.c | 227 static int decrypt_init(AVFormatContext *s, ID3v2ExtraMeta *em, uint8_t *header) in decrypt_init() function 438 if (eid != -1 && eid != -128 && decrypt_init(s, extra_meta, buf) < 0) { in oma_read_header()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | evp.h | 73 int (*decrypt_init) (EVP_PKEY_CTX *ctx); member
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 165 int (*decrypt_init) (EVP_PKEY_CTX *ctx); member
|
/third_party/openssl/include/crypto/ |
H A D | evp.h | 165 int (*decrypt_init) (EVP_PKEY_CTX *ctx); member
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1495 int (*decrypt_init) (EVP_PKEY_CTX *ctx),
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 2040 (EVP_PKEY_METHOD *pmeth, int (*decrypt_init) (EVP_PKEY_CTX *ctx),
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 2038 (EVP_PKEY_METHOD *pmeth, int (*decrypt_init) (EVP_PKEY_CTX *ctx),
|