Searched refs:bytes (Results 1 – 2 of 2) sorted by relevance
/security/selinux/ss/ |
D | policydb.h | 337 static inline int next_entry(void *buf, struct policy_file *fp, size_t bytes) in next_entry() argument 339 if (bytes > fp->len) in next_entry() 342 memcpy(buf, fp->data, bytes); in next_entry() 343 fp->data += bytes; in next_entry() 344 fp->len -= bytes; in next_entry() 348 static inline int put_entry(const void *buf, size_t bytes, int num, struct policy_file *fp) in put_entry() argument 350 size_t len = bytes * num; in put_entry()
|
/security/integrity/ima/ |
D | Kconfig | 55 hash, defined as 20 bytes, and a null terminated pathname,
|