Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_dasync.c905 static int (*pdecrypt_init)(EVP_PKEY_CTX *ctx); in dasync_rsa_decrypt_init() local
907 if (pdecrypt_init == NULL) in dasync_rsa_decrypt_init()
908 EVP_PKEY_meth_get_decrypt(dasync_rsa_orig, &pdecrypt_init, NULL); in dasync_rsa_decrypt_init()
909 return pdecrypt_init != NULL ? pdecrypt_init(ctx) : 1; in dasync_rsa_decrypt_init()
/openssl-master/crypto/evp/
A Dpmeth_lib.c1972 int (**pdecrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_get_decrypt()
1979 if (pdecrypt_init) in EVP_PKEY_meth_get_decrypt()
1980 *pdecrypt_init = pmeth->decrypt_init; in EVP_PKEY_meth_get_decrypt()
/openssl-master/doc/man3/
A DEVP_PKEY_meth_new.pod206 int (**pdecrypt_init) (EVP_PKEY_CTX *ctx),
/openssl-master/include/openssl/
A Devp.h2108 (const EVP_PKEY_METHOD *pmeth, int (**pdecrypt_init) (EVP_PKEY_CTX *ctx),

Completed in 14 milliseconds