Lines Matching refs:do_shash
908 rc = do_shash("md5", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
912 rc = do_shash("sha1", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
916 rc = do_shash("sha224", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
920 rc = do_shash("sha256", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
924 rc = do_shash("sha384", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
928 rc = do_shash("sha512", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
1936 err = do_shash((unsigned char *)alg_name, req->result, in ahash_enqueue()
2335 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2339 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2343 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2347 rc = do_shash("sha256", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2351 rc = do_shash("sha384", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2355 rc = do_shash("sha512", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2359 rc = do_shash("sha3-224", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2363 rc = do_shash("sha3-256", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2367 rc = do_shash("sha3-384", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2371 rc = do_shash("sha3-512", ctx->authkey, key, keylen, in ahash_hmac_setkey()