Home
last modified time | relevance | path

Searched refs:decrypt_init (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/evp/
Dpmeth_lib.c225 dst->decrypt_init = src->decrypt_init; in EVP_PKEY_meth_copy()
613 int (*decrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_decrypt()
620 pmeth->decrypt_init = decrypt_init; in EVP_PKEY_meth_set_decrypt()
822 *pdecrypt_init = pmeth->decrypt_init; in EVP_PKEY_meth_get_decrypt()
Dpmeth_fn.c179 if (!ctx->pmeth->decrypt_init) in EVP_PKEY_decrypt_init()
181 ret = ctx->pmeth->decrypt_init(ctx); in EVP_PKEY_decrypt_init()
/third_party/ffmpeg/libavformat/
Domadec.c231 static int decrypt_init(AVFormatContext *s, ID3v2ExtraMeta *em, uint8_t *header) in decrypt_init() function
442 if (eid != -1 && eid != -128 && decrypt_init(s, extra_meta, buf) < 0) { in oma_read_header()
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod102 int (*decrypt_init) (EVP_PKEY_CTX *ctx),
334 int (*decrypt_init) (EVP_PKEY_CTX *ctx);
338 The decrypt_init() and decrypt() methods are used to decrypt a piece of data.
/third_party/openssl/include/crypto/
Devp.h73 int (*decrypt_init) (EVP_PKEY_CTX *ctx); member
/third_party/openssl/include/openssl/
Devp.h1495 int (*decrypt_init) (EVP_PKEY_CTX *ctx),