HomeSort by relevance Sort by last modified time
    Searched full:utctime (Results 26 - 50 of 63) sorted by null

12 3

  /external/wpa_supplicant_8/src/tls/
x509v3.c 547 * utcTime UTCTime,
551 * UTCTime: YYMMDDHHMMSSZ
561 "UTCTime format", buf, len);
566 "UTCTime year", buf, len);
589 wpa_printf(MSG_DEBUG, "X509: Expected UTCTime or "
664 * validity dates through the year 2049 as UTCTime; certificate
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DerValue.java 125 /** Tag value indicating an ASN.1 "UTCTime" value. */
737 * Returns a Date if the DerValue is UtcTime.
743 throw new IOException("DerValue.getUTCTime, not a UtcTime: " + tag);
DerInputStream.java 156 * UTF8String, PrintableString, T61String, IA5String, UTCTime,
535 throw new IOException("DER input, UTCtime tag invalid ");
DerOutputStream.java 133 * PrintableString, T61String, IA5String, UTCTime
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 254 buf.append(indent + "UTCTime(" + ((ASN1UTCTime)obj).getTime() + ") " + nl);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 122 time_t utcTime(location.gpsLocation.timestamp/1000);
123 tm * pTm = gmtime(&utcTime);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 128 time_t utcTime(location.gpsLocation.timestamp/1000);
129 tm * pTm = gmtime(&utcTime);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 122 time_t utcTime(location.gpsLocation.timestamp/1000);
123 tm * pTm = gmtime(&utcTime);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 124 time_t utcTime(location.gpsLocation.timestamp/1000);
125 tm * pTm = gmtime(&utcTime);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 122 time_t utcTime(location.gpsLocation.timestamp/1000);
123 tm * pTm = gmtime(&utcTime);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 122 time_t utcTime(location.gpsLocation.timestamp/1000);
123 tm * pTm = gmtime(&utcTime);
  /external/boringssl/src/crypto/asn1/
asn1_par.c 433 "VIDEOTEXSTRING", "IA5STRING", "UTCTIME","GENERALIZEDTIME", /* 21-24 */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/
encoder.py 312 useful.UTCTime.tagSet: OctetStringEncoder()
decoder.py 527 protoComponent = useful.UTCTime()
556 useful.UTCTime.tagSet: UTCTimeDecoder()
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 322 return StructuralError{"cannot represent time as UTCTime"}
asn1_test.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 322 return StructuralError{"cannot represent time as UTCTime"}
asn1_test.go     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
pyasn1-tutorial.html 841 ObjectDescriptor, GeneralizedTime, UTCTime. They all are subtypes
864 GeneralizedTime and UTCTime types are designed to hold a human-readable
877 utc-time UTCTime ::= "9803081200Z"
885 >>> utcTime = useful.UTCTime("9803081200Z")
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2459.py 251 namedtype.NamedType('utcTime', useful.UTCTime()),
    [all...]
  /external/boringssl/src/crypto/x509/
asn1_gen.c 584 ASN1_GEN_STR("UTCTIME", V_ASN1_UTCTIME),
x509_vfy.c     [all...]
  /external/boringssl/src/include/openssl/
asn1.h 493 ASN1_UTCTIME * utctime; member in union:asn1_type_st::__anon6721
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 734 * @param utcTime Time to convert, in UTC.
737 public static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) {
742 recycle.set(utcTime);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CRLImpl.java     [all...]

Completed in 9121 milliseconds

12 3