HomeSort by relevance Sort by last modified time
    Searched defs:ub_common_name (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/asn1/
a_strnid.c 146 #define ub_common_name 64 macro
159 {NID_commonName, 1, ub_common_name, DIRSTRING_TYPE, 0},
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2459.py 21 ub_common_name = univ.Integer(64) variable
108 namedtype.NamedType('teletexString', char.TeletexString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
109 namedtype.NamedType('printableString', char.PrintableString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
110 namedtype.NamedType('universalString', char.UniversalString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
111 namedtype.NamedType('utf8String', char.UTF8String().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name))),
112 namedtype.NamedType('bmpString', char.BMPString().subtype(subtypeSpec=constraint.ValueSizeConstraint(1, ub_common_name)))
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h 267 #define ub_common_name 64 macro
    [all...]

Completed in 169 milliseconds