Searched refs:CBS_ASN1_APPLICATION (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 244 {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/ |
D | bytestring.h | 175 #define CBS_ASN1_APPLICATION (0x40u << CBS_ASN1_TAG_SHIFT) macro
|