Home | History | Annotate | Download | only in native

Lines Matching refs:hash_algorithm

10783     CBS hash_algorithm, hash;
10784 if (!CBS_get_asn1(cert_id, &hash_algorithm, CBS_ASN1_SEQUENCE) ||
10785 !CBS_get_asn1(&hash_algorithm, &hash, CBS_ASN1_OBJECT)) {