Searched refs:pptype (Results 1 – 4 of 4) sorted by relevance
54 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument59 if (pptype) { in X509_ALGOR_get0()61 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()64 *pptype = algor->parameter->type; in X509_ALGOR_get0()
13 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,31 algorithm OID in B<*paobj> and the associated parameter in B<*pptype>
26 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument46 *pptype = V_ASN1_OBJECT; in eckey_param2type()70 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
477 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,