Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_utils.cpp116 inline bool certCopyHelper(keymaster_blob_t**, bool* fail) { in certCopyHelper() function
121 inline bool certCopyHelper(keymaster_blob_t** out, bool* fail, CERT&& cert, CERTS&&... certs) { in certCopyHelper() function
123 return certCopyHelper(out, fail, forward<CERTS>(certs)...); in certCopyHelper()
163 certCopyHelper(&entries, &allocation_failed, forward<CERTS>(certs)...); in makeCertChain()