/external/boringssl/src/crypto/asn1/ |
a_strnid.c | 145 #define ub_name 32768 macro 169 {NID_givenName, 1, ub_name, DIRSTRING_TYPE, 0}, 170 {NID_surname, 1, ub_name, DIRSTRING_TYPE, 0}, 171 {NID_initials, 1, ub_name, DIRSTRING_TYPE, 0}, 174 {NID_name, 1, ub_name, DIRSTRING_TYPE, 0},
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc2459.py | 20 ub_name = univ.Integer(32768) variable 97 namedtype.NamedType('teletexString', char.TeletexString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))), 98 namedtype.NamedType('printableString', char.PrintableString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))), 99 namedtype.NamedType('universalString', char.UniversalString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))), 100 namedtype.NamedType('utf8String', char.UTF8String().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))), 101 namedtype.NamedType('bmpString', char.BMPString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_name))) [all...] |
/external/boringssl/src/include/openssl/ |
asn1.h | 266 #define ub_name 32768 macro [all...] |