Searched refs:x509_parse_algorithm_identifier (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | x509v3.h | 127 int x509_parse_algorithm_identifier(const u8 *buf, size_t len,
|
D | x509v3.c | 181 int x509_parse_algorithm_identifier(const u8 *buf, size_t len, in x509_parse_algorithm_identifier() function 251 if (x509_parse_algorithm_identifier(pos, end - pos, in x509_parse_public_key() 1425 if (x509_parse_algorithm_identifier(pos, end - pos, &cert->signature, in x509_parse_tbs_certificate() 1671 if (x509_parse_algorithm_identifier(pos, end - pos, in x509_certificate_parse()
|
D | tlsv1_client_ocsp.c | 161 if (x509_parse_algorithm_identifier(pos, end - pos, &alg, &pos)) in tls_process_ocsp_single_response() 411 if (x509_parse_algorithm_identifier(pos, end - pos, &alg, &pos)) in tls_process_basic_ocsp_response()
|