Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_dasync.c883 static int (*pencrypt_init)(EVP_PKEY_CTX *ctx); in dasync_rsa_encrypt_init() local
885 if (pencrypt_init == NULL) in dasync_rsa_encrypt_init()
886 EVP_PKEY_meth_get_encrypt(dasync_rsa_orig, &pencrypt_init, NULL); in dasync_rsa_encrypt_init()
887 return pencrypt_init != NULL ? pencrypt_init(ctx) : 1; in dasync_rsa_encrypt_init()
/openssl-master/crypto/evp/
A Dpmeth_lib.c1958 int (**pencrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_get_encrypt()
1965 if (pencrypt_init) in EVP_PKEY_meth_get_encrypt()
1966 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
/openssl-master/doc/man3/
A DEVP_PKEY_meth_new.pod199 int (**pencrypt_init) (EVP_PKEY_CTX *ctx),
/openssl-master/include/openssl/
A Devp.h2104 (const EVP_PKEY_METHOD *pmeth, int (**pencrypt_init) (EVP_PKEY_CTX *ctx),

Completed in 21 milliseconds