Loading crypto/algif_skcipher.c +2 −1 Original line number Diff line number Diff line Loading @@ -472,7 +472,8 @@ static int skcipher_recvmsg(struct kiocb *unused, struct socket *sock, goto unlock; used = af_alg_make_sg(&ctx->rsgl, from, used, 1); if (used < 0) err = used; if (err < 0) goto unlock; ablkcipher_request_set_crypt(&ctx->req, sg, Loading Loading
crypto/algif_skcipher.c +2 −1 Original line number Diff line number Diff line Loading @@ -472,7 +472,8 @@ static int skcipher_recvmsg(struct kiocb *unused, struct socket *sock, goto unlock; used = af_alg_make_sg(&ctx->rsgl, from, used, 1); if (used < 0) err = used; if (err < 0) goto unlock; ablkcipher_request_set_crypt(&ctx->req, sg, Loading