Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dremote_sign_provider.cpp94 EVP_PKEY* pkey2 = X509_get_pubkey(certInProfile); in CheckInputCertMatchWithProfile() local
95 if (pkey1 && pkey2 && EVP_PKEY_cmp(pkey1, pkey2) != 1) { in CheckInputCertMatchWithProfile()
97 EVP_PKEY_free(pkey2); in CheckInputCertMatchWithProfile()
102 if (!pkey1 || !pkey2) { in CheckInputCertMatchWithProfile()
108 if (pkey2) EVP_PKEY_free(pkey2); in CheckInputCertMatchWithProfile()

Completed in 2 milliseconds