Searched refs:skcipher_recvmsg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | algif_skcipher.c | 149 static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg() function 198 .recvmsg = skcipher_recvmsg, 270 return skcipher_recvmsg(sock, msg, ignored, flags); in skcipher_recvmsg_nokey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algif_skcipher.c | 149 static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg() function 197 .recvmsg = skcipher_recvmsg, 257 return skcipher_recvmsg(sock, msg, ignored, flags); in skcipher_recvmsg_nokey()
|
Completed in 2 milliseconds