Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_sxnet.c105 ASN1_SEQUENCE_OF(SXNET, ids, SXNETID)
Dv3_cpols.c136 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c369 ASN1_SEQUENCE_OF(LogotypeReference, refStructHash, HashAlgAndValue),
370 ASN1_SEQUENCE_OF(LogotypeReference, refStructURI, ASN1_IA5STRING)
375 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeHash, HashAlgAndValue),
376 ASN1_SEQUENCE_OF(LogotypeDetails, logotypeURI, ASN1_IA5STRING)
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c205 ASN1_SEQUENCE_OF(ResponseData, responses, SingleResponse),
/external/wpa_supplicant_8/hs20/client/
Dest.c243 ASN1_SEQUENCE_OF(CsrAttrs, attrs, AttrOrOID)
/external/boringssl/src/include/openssl/
Dasn1t.h315 #define ASN1_SEQUENCE_OF(stname, field, type) \ macro