Home
last modified time | relevance | path

Searched refs:serial2 (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dremote_sign_provider.cpp87 ASN1_INTEGER* serial2 = X509_get_serialNumber(certInProfile); in CheckInputCertMatchWithProfile() local
88 if (ASN1_INTEGER_cmp(serial1, serial2) != 0) { in CheckInputCertMatchWithProfile()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dpkcs7_data.h42 ASN1_INTEGER* serial2 = X509_get_serialNumber(cert2); in operator ()() local
43 bool serialEqual = ASN1_INTEGER_cmp(serial1, serial2) == 0; in operator ()()

Completed in 1 milliseconds