Lines Matching refs:do_shash
906 rc = do_shash("md5", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
910 rc = do_shash("sha1", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
914 rc = do_shash("sha224", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
918 rc = do_shash("sha256", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
922 rc = do_shash("sha384", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
926 rc = do_shash("sha512", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
1933 err = do_shash((unsigned char *)alg_name, req->result, in ahash_enqueue()
2332 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2336 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2340 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2344 rc = do_shash("sha256", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2348 rc = do_shash("sha384", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2352 rc = do_shash("sha512", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2356 rc = do_shash("sha3-224", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2360 rc = do_shash("sha3-256", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2364 rc = do_shash("sha3-384", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2368 rc = do_shash("sha3-512", ctx->authkey, key, keylen, in ahash_hmac_setkey()