OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_softkey
(Results
1 - 3
of
3
) sorted by null
/system/security/keystore/include/keystore/
keystore.h
73
bool
is_softkey
(const uint8_t* key_blob, const size_t key_blob_length);
/system/security/keystore/
keyblob_utils.cpp
59
bool
is_softkey
(const uint8_t* key_blob, const size_t key_blob_length) {
function
/system/security/softkeymaster/
keymaster_openssl.cpp
180
if (!
is_softkey
(p, keyBlobLength)) {
Completed in 68 milliseconds