Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dkey_control.cpp26 key_serial_t ringid) in add_key() argument
28 return syscall(__NR_add_key, type, description, payload, plen, ringid); in add_key()
41 long keyctl_search(key_serial_t ringid, const char *type, in keyctl_search() argument
44 return keyctl(KEYCTL_SEARCH, ringid, type, description, destringid); in keyctl_search()
/system/extras/ext4_utils/include/ext4_utils/
Dkey_control.h25 key_serial_t ringid);
31 long keyctl_search(key_serial_t ringid, const char *type,