Searched refs:RSGL_MAX_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dalgif_aead.c34 * RSGL_MAX_ENTRIES is an artificial limit where user space at maximum
35 * can cause the kernel to allocate RSGL_MAX_ENTRIES * ALG_MAX_PAGES
38 #define RSGL_MAX_ENTRIES ALG_MAX_PAGES macro
39 struct af_alg_sgl rsgl[RSGL_MAX_ENTRIES];
369 if (msg->msg_iter.nr_segs > RSGL_MAX_ENTRIES) aead_recvmsg()

Completed in 89 milliseconds