Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dasn1.h52 #define ASN1_MAX_OID_LEN 20 macro
54 unsigned long oid[ASN1_MAX_OID_LEN];
Dasn1.c100 if (oid->len >= ASN1_MAX_OID_LEN) { in asn1_parse_oid()