Searched defs:keyStore (Results 1 – 1 of 1) sorted by relevance
| /system/security/keystore/ |
| D | keystore.cpp | 898 static ResponseCode get_key_for_name(KeyStore* keyStore, Blob* keyBlob, const Value* keyName, in get_key_for_name() 938 static ResponseCode test(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { in test() 942 static ResponseCode get(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*, Value*) { in get() 955 static ResponseCode insert(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* val, in insert() 963 static ResponseCode del(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, Value*) { in del() 1004 static ResponseCode reset(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { in reset() 1032 static ResponseCode password(KeyStore* keyStore, int, uid_t, Value* pw, Value*, Value*) { in password() 1050 static ResponseCode lock(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { in lock() 1055 static ResponseCode unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused, in unlock() 1060 static ResponseCode zero(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { in zero() [all …]
|