Home
last modified time | relevance | path

Searched defs:certBlobifier (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/km_openssl/
Dattestation_utils.cpp48 inline keymaster_blob_t certBlobifier(const emptyCert&, bool*){ return {}; } in certBlobifier() function
50 inline keymaster_blob_t certBlobifier(const uint8_t (&cert)[N], bool* fail){ in certBlobifier() function
58 inline keymaster_blob_t certBlobifier(const keymaster_blob_t& blob, bool* fail){ in certBlobifier() function
67 inline keymaster_blob_t certBlobifier(keymaster_blob_t&& blob, bool*){ in certBlobifier() function
73 inline keymaster_blob_t certBlobifier(X509* certificate, bool* fail){ in certBlobifier() function