Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netkey/
H A Dkey.c3372 size_t total_req_size = 0; in key_spddump() local
3392 if (os_mul_overflow(bufcount, sizeof(struct secpolicy *), &total_req_size)) { in key_spddump()
3396 KMALLOC_WAIT(spbuf, struct secpolicy**, total_req_size); in key_spddump()
5872 size_t total_req_size = 0; in key_timehandler() local
5886 if (os_mul_overflow(spbufcount, sizeof(struct secpolicy *), &total_req_size)) { in key_timehandler()
5889 KMALLOC_WAIT(spbuf, struct secpolicy **, total_req_size); in key_timehandler()
5899 if (os_mul_overflow(savbufcount, sizeof(struct secasvar *), &total_req_size)) { in key_timehandler()
5902 KMALLOC_WAIT(savexbuf, struct secasvar **, total_req_size); in key_timehandler()
5906 KMALLOC_WAIT(savkabuf, struct secasvar **, total_req_size); in key_timehandler()
8960 size_t total_req_size = 0; in key_dump() local
[all …]