crypto/tcrypt.c
728
ret = do_one_ahash_op(req, crypto_ahash_digest(req));
crypto/tcrypt.c
751
ret = do_one_ahash_op(req, crypto_ahash_init(req));
crypto/tcrypt.c
755
ret = do_one_ahash_op(req, crypto_ahash_update(req));
crypto/tcrypt.c
760
ret = do_one_ahash_op(req, crypto_ahash_final(req));
crypto/tcrypt.c
779
ret = do_one_ahash_op(req, crypto_ahash_digest(req));
crypto/tcrypt.c
790
ret = do_one_ahash_op(req, crypto_ahash_digest(req));
crypto/tcrypt.c
820
ret = do_one_ahash_op(req, crypto_ahash_init(req));
crypto/tcrypt.c
824
ret = do_one_ahash_op(req, crypto_ahash_update(req));
crypto/tcrypt.c
828
ret = do_one_ahash_op(req, crypto_ahash_final(req));
crypto/tcrypt.c
839
ret = do_one_ahash_op(req, crypto_ahash_init(req));
crypto/tcrypt.c
843
ret = do_one_ahash_op(req, crypto_ahash_update(req));
crypto/tcrypt.c
847
ret = do_one_ahash_op(req, crypto_ahash_final(req));