Home
last modified time | relevance | path

Searched refs:CBS_ASN1_CONSTRUCTED (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libssl/
H A Dbs_ber.c72 if (tag & CBS_ASN1_CONSTRUCTED) { in cbs_find_indefinite()
170 (tag & CBS_ASN1_CONSTRUCTED)) { in cbs_convert_indefinite()
193 ~CBS_ASN1_CONSTRUCTED; in cbs_convert_indefinite()
224 if (tag & CBS_ASN1_CONSTRUCTED) { in cbs_convert_indefinite()
H A Dbytestring.h220 #define CBS_ASN1_CONSTRUCTED 0x20 macro
246 #define CBS_ASN1_SEQUENCE (CBS_ASN1_UNIVERSAL | CBS_ASN1_CONSTRUCTED | 0x10)
247 #define CBS_ASN1_SET (CBS_ASN1_UNIVERSAL | CBS_ASN1_CONSTRUCTED | 0x11)
H A Dssl_asn1.c26 #define SSLASN1_TAG (CBS_ASN1_CONSTRUCTED | CBS_ASN1_CONTEXT_SPECIFIC)
H A Dbs_cbs.c405 if ((tag & CBS_ASN1_CONSTRUCTED) == 0) in cbs_get_any_asn1_element_internal()
/openbsd/lib/libcrypto/bytestring/
H A Dbs_ber.c72 if (tag & CBS_ASN1_CONSTRUCTED) { in cbs_find_indefinite()
170 (tag & CBS_ASN1_CONSTRUCTED)) { in cbs_convert_indefinite()
193 ~CBS_ASN1_CONSTRUCTED; in cbs_convert_indefinite()
224 if (tag & CBS_ASN1_CONSTRUCTED) { in cbs_convert_indefinite()
H A Dbytestring.h220 #define CBS_ASN1_CONSTRUCTED 0x20 macro
246 #define CBS_ASN1_SEQUENCE (CBS_ASN1_UNIVERSAL | CBS_ASN1_CONSTRUCTED | 0x10)
247 #define CBS_ASN1_SET (CBS_ASN1_UNIVERSAL | CBS_ASN1_CONSTRUCTED | 0x11)
H A Dbs_cbs.c405 if ((tag & CBS_ASN1_CONSTRUCTED) == 0) in cbs_get_any_asn1_element_internal()