Lines Matching refs:param
883 struct Curl_asn1Element *param, in dumpAlgo() argument
893 param->header = NULL; in dumpAlgo()
894 param->tag = 0; in dumpAlgo()
895 param->beg = param->end = end; in dumpAlgo()
897 const char *p = getASN1Element(param, beg, end); in dumpAlgo()
963 const char *algo, struct Curl_asn1Element *param, in do_pubkey() argument
1030 p = getASN1Element(&elem, param->beg, param->end); in do_pubkey()
1034 p = getASN1Element(&elem, p, param->end); in do_pubkey()
1038 if(getASN1Element(&elem, p, param->end)) { in do_pubkey()
1048 p = getASN1Element(&elem, param->beg, param->end); in do_pubkey()
1052 if(getASN1Element(&elem, param->beg, param->end)) { in do_pubkey()
1079 struct Curl_asn1Element param; in Curl_extract_certinfo() local
1147 result = dumpAlgo(&out, ¶m, cert.signatureAlgorithm.beg, in Curl_extract_certinfo()
1182 result = dumpAlgo(&out, ¶m, cert.subjectPublicKeyAlgorithm.beg, in Curl_extract_certinfo()
1194 ¶m, &cert.subjectPublicKey); in Curl_extract_certinfo()