Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp1041 static std::variant<keystore::Algo, KMV1::ErrorCode> getKeystoreAlgorithm(Algorithm algorithm) { in getKeystoreAlgorithm() function
1088 auto algoOrError = getKeystoreAlgorithm(*algorithm); in signCertificate()