Lines Matching refs:trusted_key_payload
661 static int key_seal(struct trusted_key_payload *p, in key_seal()
687 static int key_unseal(struct trusted_key_payload *p, in key_unseal()
730 static int getoptions(char *c, struct trusted_key_payload *pay, in getoptions()
803 static int datablob_parse(char *datablob, struct trusted_key_payload *p, in datablob_parse()
875 static struct trusted_key_payload *trusted_payload_alloc(struct key *key) in trusted_payload_alloc()
877 struct trusted_key_payload *p = NULL; in trusted_payload_alloc()
901 struct trusted_key_payload *payload = NULL; in trusted_instantiate()
975 struct trusted_key_payload *p; in trusted_rcu_free()
977 p = container_of(rcu, struct trusted_key_payload, rcu); in trusted_rcu_free()
987 struct trusted_key_payload *p; in trusted_update()
988 struct trusted_key_payload *new_p; in trusted_update()
1060 struct trusted_key_payload *p; in trusted_read()
1090 struct trusted_key_payload *p = key->payload.data; in trusted_destroy()