Searched refs:CBS_ASN1_BOOLEAN (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 234 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TestGetOptionalASN1Bool() 235 static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00}; in TestGetOptionalASN1Bool() 236 static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01}; in TestGetOptionalASN1Bool()
|
D | cbs.c | 397 if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in CBS_get_optional_asn1_bool()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 124 #define CBS_ASN1_BOOLEAN 0x1 macro
|
/external/boringssl/src/ssl/ |
D | ssl_asn1.c | 331 !CBB_add_asn1(&child, &child2, CBS_ASN1_BOOLEAN) || in SSL_SESSION_to_bytes_full()
|