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