Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dpmeth_lib.c222 dst->encrypt_init = src->encrypt_init; in EVP_PKEY_meth_copy()
601 int (*encrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_encrypt()
608 pmeth->encrypt_init = encrypt_init; in EVP_PKEY_meth_set_encrypt()
808 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
Dpmeth_fn.c145 if (!ctx->pmeth->encrypt_init) in EVP_PKEY_encrypt_init()
147 ret = ctx->pmeth->encrypt_init(ctx); in EVP_PKEY_encrypt_init()
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod95 int (*encrypt_init) (EVP_PKEY_CTX *ctx),
327 int (*encrypt_init) (EVP_PKEY_CTX *ctx);
331 The encrypt_init() and encrypt() methods are used to encrypt a piece of data.
/third_party/openssl/include/crypto/
Devp.h70 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
/third_party/openssl/include/openssl/
Devp.h1487 int (*encrypt_init) (EVP_PKEY_CTX *ctx),