Home
last modified time | relevance | path

Searched refs:pencrypt_init (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/engines/
H A De_dasync.c930 static int (*pencrypt_init)(EVP_PKEY_CTX *ctx); in dasync_rsa_encrypt_init() local
932 if (pencrypt_init == NULL) in dasync_rsa_encrypt_init()
933 EVP_PKEY_meth_get_encrypt(dasync_rsa_orig, &pencrypt_init, NULL); in dasync_rsa_encrypt_init()
934 return pencrypt_init != NULL ? pencrypt_init(ctx) : 1; in dasync_rsa_encrypt_init()
/src/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1964 int (**pencrypt_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_get_encrypt()
1971 if (pencrypt_init) in EVP_PKEY_meth_get_encrypt()
1972 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod199 int (**pencrypt_init) (EVP_PKEY_CTX *ctx),
/src/crypto/openssl/include/openssl/
H A Devp.h2178 …0 void EVP_PKEY_meth_get_encrypt(const EVP_PKEY_METHOD *pmeth, int (**pencrypt_init)(EVP_PKEY_CTX …