Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc244 {true, CBS_ASN1_APPLICATION | 30, {0x5e, 0}}, in TEST()
245 {true, CBS_ASN1_APPLICATION | 31, {0x5f, 0x1f, 0}}, in TEST()
246 {true, CBS_ASN1_APPLICATION | 32, {0x5f, 0x20, 0}}, in TEST()
512 CBS_ASN1_APPLICATION | 30)); in TEST()
516 CBS_ASN1_APPLICATION | 31)); in TEST()
/external/boringssl/src/include/openssl/
Dbytestring.h175 #define CBS_ASN1_APPLICATION (0x40u << CBS_ASN1_TAG_SHIFT) macro