Home
last modified time | relevance | path

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

/src/crypto/openssl/engines/ !
H A De_dasync.c952 static int (*pdecrypt_init)(EVP_PKEY_CTX *ctx); in dasync_rsa_decrypt_init() local
954 if (pdecrypt_init == NULL) in dasync_rsa_decrypt_init()
955 EVP_PKEY_meth_get_decrypt(dasync_rsa_orig, &pdecrypt_init, NULL); in dasync_rsa_decrypt_init()
956 return pdecrypt_init != NULL ? pdecrypt_init(ctx) : 1; in dasync_rsa_decrypt_init()
/src/crypto/openssl/crypto/evp/ !
H A Dpmeth_lib.c1978 int (**pdecrypt_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_get_decrypt()
1985 if (pdecrypt_init) in EVP_PKEY_meth_get_decrypt()
1986 *pdecrypt_init = pmeth->decrypt_init; in EVP_PKEY_meth_get_decrypt()
/src/crypto/openssl/doc/man3/ !
H A DEVP_PKEY_meth_new.pod206 int (**pdecrypt_init) (EVP_PKEY_CTX *ctx),
/src/crypto/openssl/include/openssl/ !
H A Devp.h2181 …0 void EVP_PKEY_meth_get_decrypt(const EVP_PKEY_METHOD *pmeth, int (**pdecrypt_init)(EVP_PKEY_CTX …