Searched refs:keyStore (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp895 static ResponseCode get_key_for_name(KeyStore* keyStore, Blob* keyBlob, const Value* keyName, argument
900 ResponseCode responseCode = keyStore->get(filename, keyBlob, type);
909 responseCode = keyStore->get(filename, keyBlob, type);
917 if (!keyStore->hasGrant(filename, uid)) {
922 return keyStore->get(filename, keyBlob, type);
935 static ResponseCode test(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { argument
936 return (ResponseCode) keyStore->getState();
939 static ResponseCode get(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*, Value*) { argument
943 ResponseCode responseCode = keyStore->get(filename, &keyBlob, TYPE_GENERIC);
952 static ResponseCode insert(KeyStore* keyStore, in argument
960 del(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, Value*) argument
1001 reset(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) argument
1029 password(KeyStore* keyStore, int, uid_t, Value* pw, Value*, Value*) argument
1047 lock(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) argument
1052 unlock(KeyStore* keyStore, int sock, uid_t uid, Value* pw, Value* unused, Value* unused2) argument
1057 zero(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) argument
1061 generate(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, Value*) argument
1094 import(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* key, Value*) argument
1114 get_pubkey(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*, Value*) argument
1149 del_key(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, Value*) argument
1180 sign(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value* data, Value*) argument
1221 verify(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* data, Value* signature) argument
1253 grant(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* granteeData, Value*) argument
1265 ungrant(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* granteeData, Value*) argument
1375 process(KeyStore* keyStore, int sock, uid_t uid, int8_t code) argument
[all...]

Completed in 159 milliseconds