Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/crypto/
H A Dchaps_support.cc114 bool IsChapsModule(SECMODModule* pk11_module) { in IsChapsModule() function
120 return slot && IsChapsModule(PK11_GetModule(slot)); in IsSlotProvidedByChaps()
H A Dchaps_support.h25 CRYPTO_EXPORT bool IsChapsModule(SECMODModule* pk11_module);
/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtrust_store_nss.cc80 if (ignore_chaps_module && crypto::IsChapsModule(item->module)) { in GetAllSlotsAndHandlesForCert()