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

/linux-4.1.27/crypto/
H A Dalgif_skcipher.c117 static inline int skcipher_sndbuf(struct sock *sk) skcipher_sndbuf() function
128 return PAGE_SIZE <= skcipher_sndbuf(sk); skcipher_writable()
387 len = min_t(unsigned long, len, skcipher_sndbuf(sk)); skcipher_sendmsg()

Completed in 63 milliseconds