Searched defs:Value (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp86 struct Value { struct
87 Value(const uint8_t* orig, int origLen) { function in struct:Value
93 Value() { function in struct:Value
102 ValueString(const Value* orig) {
164 static int encode_key(char* out, const Value* key) {
180 static int encode_key_for_uid(char* out, uid_t uid, const Value* key) {
475 ResponseCode initialize(Value* pw) {
487 ResponseCode writeMasterKey(Value* pw) {
496 ResponseCode readMasterKey(Value* pw) {
615 void addGrant(const char* filename, const Value* uidValu
[all...]

Completed in 8 milliseconds