Searched refs:skcipher_sendmsg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | algif_skcipher.c | 37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg() function 196 .sendmsg = skcipher_sendmsg, 246 return skcipher_sendmsg(sock, msg, size); in skcipher_sendmsg_nokey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algif_skcipher.c | 37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg() function 196 .sendmsg = skcipher_sendmsg, 245 return skcipher_sendmsg(sock, msg, size); in skcipher_sendmsg_nokey()
|
Completed in 2 milliseconds