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

/openbsd-current/lib/libssl/
H A Dbs_ber.c72 if (tag & CBS_ASN1_CONSTRUCTED) {
170 (tag & CBS_ASN1_CONSTRUCTED)) {
193 ~CBS_ASN1_CONSTRUCTED;
224 if (tag & CBS_ASN1_CONSTRUCTED) {
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)
/openbsd-current/lib/libcrypto/bytestring/
H A Dbs_ber.c72 if (tag & CBS_ASN1_CONSTRUCTED) {
170 (tag & CBS_ASN1_CONSTRUCTED)) {
193 ~CBS_ASN1_CONSTRUCTED;
224 if (tag & CBS_ASN1_CONSTRUCTED) {
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)

Completed in 84 milliseconds