Home
last modified time | relevance | path

Searched refs:pptype (Results 1 – 3 of 3) sorted by relevance

/crypto/asn1/
A Dx_algor.c72 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument
77 if (pptype) { in X509_ALGOR_get0()
79 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()
82 *pptype = algor->parameter->type; in X509_ALGOR_get0()
/crypto/cmp/
A Dcmp_protect.c33 int pptype = 0; in ossl_cmp_calc_protection() local
46 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
/crypto/ec/
A Dec_ameth.c29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument
49 *pptype = V_ASN1_OBJECT; in eckey_param2type()
63 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()

Completed in 13 milliseconds