Lines Matching refs:trusted_key_payload
656 static int key_seal(struct trusted_key_payload *p, in key_seal()
682 static int key_unseal(struct trusted_key_payload *p, in key_unseal()
731 static int getoptions(char *c, struct trusted_key_payload *pay, in getoptions()
850 static int datablob_parse(char *datablob, struct trusted_key_payload *p, in datablob_parse()
929 static struct trusted_key_payload *trusted_payload_alloc(struct key *key) in trusted_payload_alloc()
931 struct trusted_key_payload *p = NULL; in trusted_payload_alloc()
955 struct trusted_key_payload *payload = NULL; in trusted_instantiate()
1045 struct trusted_key_payload *p; in trusted_rcu_free()
1047 p = container_of(rcu, struct trusted_key_payload, rcu); in trusted_rcu_free()
1056 struct trusted_key_payload *p; in trusted_update()
1057 struct trusted_key_payload *new_p; in trusted_update()
1136 const struct trusted_key_payload *p; in trusted_read()