Home
last modified time | relevance | path

Searched refs:key_update (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dkey.h397 extern int key_update(key_ref_t key,
/Linux-v6.1/security/keys/
Dkey.c1003 int key_update(key_ref_t key_ref, const void *payload, size_t plen) in key_update() function
1047 EXPORT_SYMBOL(key_update);
Dkeyctl.c358 ret = key_update(key_ref, payload, plen); in keyctl_update_key()