Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeyblob_utils.cpp59 bool is_softkey(const uint8_t* key_blob, const size_t key_blob_length) { in is_softkey() function
/system/security/keystore/include/keystore/
Dkeystore.h73 bool is_softkey(const uint8_t* key_blob, const size_t key_blob_length);
/system/security/softkeymaster/
Dkeymaster_openssl.cpp180 if (!is_softkey(p, keyBlobLength)) { in unwrap_key()