Searched refs:pptype (Results 1 – 3 of 3) sorted by relevance
72 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument77 if (pptype) { in X509_ALGOR_get0()79 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()82 *pptype = algor->parameter->type; in X509_ALGOR_get0()
33 int pptype = 0; in ossl_cmp_calc_protection() local46 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument49 *pptype = V_ASN1_OBJECT; in eckey_param2type()63 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
Completed in 13 milliseconds