Searched refs:CBS_ASN1_APPLICATION (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 252 {true, CBS_ASN1_APPLICATION | 30, {0x5e, 0}}, in TEST() 253 {true, CBS_ASN1_APPLICATION | 31, {0x5f, 0x1f, 0}}, in TEST() 254 {true, CBS_ASN1_APPLICATION | 32, {0x5f, 0x20, 0}}, in TEST() 525 CBS_ASN1_APPLICATION | 30)); in TEST() 529 CBS_ASN1_APPLICATION | 31)); in TEST()
|
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 252 {true, CBS_ASN1_APPLICATION | 30, {0x5e, 0}}, in TEST() 253 {true, CBS_ASN1_APPLICATION | 31, {0x5f, 0x1f, 0}}, in TEST() 254 {true, CBS_ASN1_APPLICATION | 32, {0x5f, 0x20, 0}}, in TEST() 525 CBS_ASN1_APPLICATION | 30)); in TEST() 529 CBS_ASN1_APPLICATION | 31)); in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bytestring.h | 187 #define CBS_ASN1_APPLICATION (0x40u << CBS_ASN1_TAG_SHIFT) macro
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 187 #define CBS_ASN1_APPLICATION (0x40u << CBS_ASN1_TAG_SHIFT) macro
|