Lines Matching refs:EVP_PKEY
26 static EVP_PKEY *
27 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp,
32 EVP_PKEY *pkey = NULL, *bak_a = NULL;
33 EVP_PKEY **ppkey = &pkey;
77 EVP_PKEY *
78 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp,
81 EVP_PKEY *ret;
107 EVP_PKEY *tmp;
143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp,
147 EVP_PKEY *ret;
156 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
162 static EVP_PKEY *d2i_AutoPrivateKey_legacy(EVP_PKEY **a,
191 EVP_PKEY *ret;
218 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
222 EVP_PKEY *ret;
231 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,