Home
last modified time | relevance | path

Searched refs:serial1 (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dremote_sign_provider.cpp86 ASN1_INTEGER* serial1 = X509_get_serialNumber(inputCert); in CheckInputCertMatchWithProfile() local
88 if (ASN1_INTEGER_cmp(serial1, serial2) != 0) { in CheckInputCertMatchWithProfile()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dpkcs7_data.h41 ASN1_INTEGER* serial1 = X509_get_serialNumber(cert1); in operator ()() local
43 bool serialEqual = ASN1_INTEGER_cmp(serial1, serial2) == 0; in operator ()()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H A Dtable_test.cpp895 uint32_t serial1 = 1; in HWTEST_F() local
900 stream_.traceDataCache_->GetPerfFilesData()->AppendNewPerfFiles(fileIds1, serial1, symbols1, filePath1); in HWTEST_F()

Completed in 5 milliseconds