Searched refs:pdecrypt_init (Results 1 – 5 of 5) sorted by relevance
972 static int (*pdecrypt_init)(EVP_PKEY_CTX *ctx); in dasync_rsa_decrypt_init() local974 if (pdecrypt_init == NULL) in dasync_rsa_decrypt_init()975 EVP_PKEY_meth_get_decrypt(dasync_rsa_orig, &pdecrypt_init, NULL); in dasync_rsa_decrypt_init()976 return pdecrypt_init != NULL ? pdecrypt_init(ctx) : 1; in dasync_rsa_decrypt_init()
814 int (**pdecrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_get_decrypt()821 if (pdecrypt_init) in EVP_PKEY_meth_get_decrypt()822 *pdecrypt_init = pmeth->decrypt_init; in EVP_PKEY_meth_get_decrypt()
202 int (**pdecrypt_init) (EVP_PKEY_CTX *ctx),
1614 int (**pdecrypt_init) (EVP_PKEY_CTX *ctx),
2110 (const EVP_PKEY_METHOD *pmeth, int (**pdecrypt_init) (EVP_PKEY_CTX *ctx),