Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_strnid.c116 #define ub_name 32768 macro
140 {NID_givenName, 1, ub_name, DIRSTRING_TYPE, 0},
141 {NID_surname, 1, ub_name, DIRSTRING_TYPE, 0},
142 {NID_initials, 1, ub_name, DIRSTRING_TYPE, 0},
146 {NID_name, 1, ub_name, DIRSTRING_TYPE, 0},
/external/cronet/third_party/boringssl/src/crypto/asn1/
Da_strnid.c116 #define ub_name 32768 macro
140 {NID_givenName, 1, ub_name, DIRSTRING_TYPE, 0},
141 {NID_surname, 1, ub_name, DIRSTRING_TYPE, 0},
142 {NID_initials, 1, ub_name, DIRSTRING_TYPE, 0},
146 {NID_name, 1, ub_name, DIRSTRING_TYPE, 0},
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_strnid.c123 #define ub_name 32768 macro
148 {NID_givenName, 1, ub_name, DIRSTRING_TYPE, 0},
149 {NID_surname, 1, ub_name, DIRSTRING_TYPE, 0},
150 {NID_initials, 1, ub_name, DIRSTRING_TYPE, 0},
154 {NID_name, 1, ub_name, DIRSTRING_TYPE, 0},
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2985.py194 ub_name = univ.Integer(32768) variable
196 pkcs_9_ub_placeOfBirth = univ.Integer(ub_name)
198 pkcs_9_ub_pseudonym = univ.Integer(ub_name)
Drfc3280.py749 ub_name = univ.Integer(32768) variable
758 … char.TeletexString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
760 … char.PrintableString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
762 … char.UniversalString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
764 … char.UTF8String().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
765 …Type('bmpString', char.BMPString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name)))
Drfc5280.py480 ub_name = univ.Integer(32768) variable
489 … char.TeletexString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
491 … char.PrintableString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
493 … char.UniversalString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
495 … char.UTF8String().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
496 …Type('bmpString', char.BMPString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name)))
Drfc2459.py35 ub_name = univ.Integer(32768) variable
111 … char.TeletexString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
113 … char.PrintableString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
115 … char.UniversalString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
117 … char.UTF8String().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))),
119 … char.BMPString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name)))