Searched refs:certCopier (Results 1 – 1 of 1) sorted by relevance
92 inline bool certCopier(keymaster_blob_t** out, const keymaster_cert_chain_t& chain, in certCopier() function101 inline bool certCopier(keymaster_blob_t** out, keymaster_cert_chain_t&& chain, bool* fail) { in certCopier() function111 inline bool certCopier(keymaster_blob_t** out, CERT&& cert, bool* fail) { in certCopier() function122 certCopier(out, forward<CERT>(cert), fail); in certCopyHelper()