Home
last modified time | relevance | path

Searched refs:CheckSelfPubkey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dcertificate_openssl_common.h57 CfResult CheckSelfPubkey(X509 *cert, const EVP_PKEY *pubKey);
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c439 CfResult CheckSelfPubkey(X509 *cert, const EVP_PKEY *pubKey) in CheckSelfPubkey() function
H A Dx509_cert_chain_openssl.c339 if (CheckSelfPubkey(rootCert, pubKey) != CF_SUCCESS) { in CheckOthersInTrustAnchor()