Searched refs:plen (Results 1 – 4 of 4) sorted by relevance
| /security/keys/ |
| A D | keyctl.c | 77 size_t, plen, in SYSCALL_DEFINE5() argument 86 if (plen > 1024 * 1024 - 1) in SYSCALL_DEFINE5() 114 if (plen) { in SYSCALL_DEFINE5() 147 kvfree_sensitive(payload, plen); in SYSCALL_DEFINE5() 327 size_t plen) in keyctl_update_key() argument 334 if (plen > PAGE_SIZE) in keyctl_update_key() 339 if (plen) { in keyctl_update_key() 1186 if (!plen) in keyctl_instantiate_key_common() 1190 if (plen > 1024 * 1024 - 1) in keyctl_instantiate_key_common() 1252 size_t plen, in keyctl_instantiate_key() argument [all …]
|
| A D | key.c | 810 size_t plen, in __key_create_or_update() argument 853 prep.datalen = plen; in __key_create_or_update() 948 security_key_post_create_or_update(keyring, key, payload, plen, flags, in __key_create_or_update() 982 security_key_post_create_or_update(keyring, key, payload, plen, in __key_create_or_update() 1017 size_t plen, in key_create_or_update() argument 1022 plen, perm, flags, true); in key_create_or_update() 1054 size_t plen, in key_create() argument 1059 plen, perm, flags, false); in key_create() 1076 int key_update(key_ref_t key_ref, const void *payload, size_t plen) in key_update() argument 1095 prep.datalen = plen; in key_update()
|
| /security/apparmor/ |
| A D | af_unix.c | 630 int plen; in aa_unix_peer_perm() local 631 struct sockaddr_un *paddr = aa_sunaddr(unix_sk(peer_sk), &plen); in aa_unix_peer_perm() 640 paddr, plen, in aa_unix_peer_perm()
|
| /security/integrity/ima/ |
| A D | ima.h | 243 const void *payload, size_t plen,
|
Completed in 20 milliseconds