Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkey.h370 extern int key_update(key_ref_t key,
/Linux-v5.4/security/keys/
Dkey.c985 int key_update(key_ref_t key_ref, const void *payload, size_t plen) in key_update() function
1027 EXPORT_SYMBOL(key_update);
Dkeyctl.c359 ret = key_update(key_ref, payload, plen); in keyctl_update_key()