Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_dasync.c946 static int (*pencrypt_init)(EVP_PKEY_CTX *ctx); in dasync_rsa_encrypt_init() local
948 if (pencrypt_init == NULL) in dasync_rsa_encrypt_init()
949 EVP_PKEY_meth_get_encrypt(dasync_rsa_orig, &pencrypt_init, NULL); in dasync_rsa_encrypt_init()
950 return pencrypt_init != NULL ? pencrypt_init(ctx) : 1; in dasync_rsa_encrypt_init()
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c1978 int (**pencrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_get_encrypt()
1985 if (pencrypt_init) in EVP_PKEY_meth_get_encrypt()
1986 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod199 int (**pencrypt_init) (EVP_PKEY_CTX *ctx),
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2224 (const EVP_PKEY_METHOD *pmeth, int (**pencrypt_init) (EVP_PKEY_CTX *ctx),