Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_utils.cpp92 inline bool certCopier(keymaster_blob_t** out, const keymaster_cert_chain_t& chain, in certCopier() function
101 inline bool certCopier(keymaster_blob_t** out, keymaster_cert_chain_t&& chain, bool* fail) { in certCopier() function
111 inline bool certCopier(keymaster_blob_t** out, CERT&& cert, bool* fail) { in certCopier() function
122 certCopier(out, forward<CERT>(cert), fail); in certCopyHelper()