Lines Matching defs:keyStore
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()
1064 static ResponseCode generate(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, in generate()
1097 static ResponseCode import(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* key, in import()
1117 static ResponseCode get_pubkey(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*, Val… in get_pubkey()
1152 static ResponseCode del_key(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, in del_key()
1177 static ResponseCode sign(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value* data, in sign()
1218 static ResponseCode verify(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* data, in verify()
1250 static ResponseCode grant(KeyStore* keyStore, int, uid_t uid, Value* keyName, in grant()
1262 static ResponseCode ungrant(KeyStore* keyStore, int, uid_t uid, Value* keyName, in ungrant()
1338 static ResponseCode process(KeyStore* keyStore, int sock, uid_t uid, int8_t code) { in process()
1403 KeyStore keyStore(&entropy, dev); in main() local