Home
last modified time | relevance | path

Searched refs:big_key_update (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/keys/
H A Dbig_key-type.h21 extern int big_key_update(struct key *key, struct key_preparsed_payload *prep);
/openbmc/linux/security/keys/
H A Dbig_key.c51 .update = big_key_update,
194 int big_key_update(struct key *key, struct key_preparsed_payload *prep) in big_key_update() function