Home
last modified time | relevance | path

Searched refs:pinit (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/ec/
H A Dec_kmeth.c262 int (**pinit)(EC_KEY *key), in EC_KEY_METHOD_get_init()
272 if (pinit != NULL) in EC_KEY_METHOD_get_init()
273 *pinit = meth->init; in EC_KEY_METHOD_get_init()
/openssl/engines/
H A De_dasync.c892 static int (*pinit)(EVP_PKEY_CTX *ctx); in dasync_rsa_init() local
894 if (pinit == NULL) in dasync_rsa_init()
895 EVP_PKEY_meth_get_init(dasync_rsa_orig, &pinit); in dasync_rsa_init()
896 return pinit(ctx); in dasync_rsa_init()
/openssl/include/openssl/
H A Dec.h1526 int (**pinit)(EC_KEY *key),
H A Devp.h2129 (const EVP_PKEY_METHOD *pmeth, int (**pinit) (EVP_PKEY_CTX *ctx));
/openssl/crypto/evp/
H A Dpmeth_lib.c1847 int (**pinit) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_init()
1849 *pinit = pmeth->init; in EVP_PKEY_meth_get_init()
/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod146 int (**pinit) (EVP_PKEY_CTX *ctx));
/openssl/test/
H A Devp_extra_test.c4886 int (*pinit)(EVP_PKEY_CTX *ctx); in custom_pmeth_init() local
4888 EVP_PKEY_meth_get_init(orig_pmeth, &pinit); in custom_pmeth_init()
4889 return pinit(ctx); in custom_pmeth_init()

Completed in 53 milliseconds