Home
last modified time | relevance | path

Searched refs:pencryptfn (Results 1 – 4 of 4) sorted by last modified time

/openssl/include/openssl/
H A Devp.h2108 int (**pencryptfn) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
/openssl/crypto/evp/
H A Dpmeth_lib.c1959 int (**pencryptfn) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_get_encrypt()
1967 if (pencryptfn) in EVP_PKEY_meth_get_encrypt()
1968 *pencryptfn = pmeth->encrypt; in EVP_PKEY_meth_get_encrypt()
/openssl/engines/
H A De_dasync.c893 static int (*pencryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, in dasync_rsa_encrypt() local
897 if (pencryptfn == NULL) in dasync_rsa_encrypt()
898 EVP_PKEY_meth_get_encrypt(dasync_rsa_orig, NULL, &pencryptfn); in dasync_rsa_encrypt()
899 return pencryptfn(ctx, out, outlen, in, inlen); in dasync_rsa_encrypt()
/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod200 int (**pencryptfn) (EVP_PKEY_CTX *ctx,

Completed in 59 milliseconds