Home | History | Annotate | Download | only in pem

Lines Matching defs:ameth

124 		const EVP_PKEY_ASN1_METHOD *ameth;
125 ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen);
126 if (!ameth || !ameth->old_priv_decode)
128 ret=d2i_PrivateKey(ameth->pkey_id,x,&p,len);
145 if (!x->ameth || x->ameth->priv_encode)
150 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str);
175 || !ret->ameth->param_decode
176 || !ret->ameth->param_decode(ret, &p, len))
199 if (!x->ameth || !x->ameth->param_encode)
202 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str);
204 (i2d_of_void *)x->ameth->param_encode,