Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_utils.cpp161 bool allocation_failed = false; in makeCertChain() local
163 certCopyHelper(&entries, &allocation_failed, forward<CERTS>(certs)...); in makeCertChain()
164 if (allocation_failed) return {}; in makeCertChain()