Searched refs:pptype (Results 1 – 3 of 3) sorted by relevance
179 X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, const void **ppval, in X509_ALGOR_get0() argument184 if (pptype) { in X509_ALGOR_get0()186 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()189 *pptype = algor->parameter->type; in X509_ALGOR_get0()
79 eckey_param2type(int *pptype, void **ppval, EC_KEY * ec_key) in eckey_param2type() argument91 *pptype = V_ASN1_OBJECT; in eckey_param2type()105 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
558 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, const void **ppval,