Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp442 const uint8_t* keyName; member
751 grant_t* getGrant(const char* keyName, uid_t uid) const { in getGrant() argument
898 static ResponseCode get_key_for_name(KeyStore* keyStore, Blob* keyBlob, const Value* keyName, in get_key_for_name()
942 static ResponseCode get(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*, Value*) { in get() argument
955 static ResponseCode insert(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* val, in insert() argument
963 static ResponseCode del(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, Value*) { in del() argument
974 static ResponseCode exist(KeyStore*, int, uid_t uid, Value* keyName, Value*, Value*) { in exist() argument
1064 static ResponseCode generate(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, in generate() argument
1097 static ResponseCode import(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* key, in import() argument
1117 static ResponseCode get_pubkey(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*, Val… in get_pubkey() argument
[all …]