Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dx509v3.c1623 const u8 *pos, *end, *hash_start; in x509_certificate_parse() local
1662 hash_start = pos; in x509_certificate_parse()
1663 cert->tbs_cert_start = cert->cert_start + (hash_start - buf); in x509_certificate_parse()
1668 cert->tbs_cert_len = pos - hash_start; in x509_certificate_parse()