Lines Matching refs:do_shash
954 rc = do_shash("md5", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
958 rc = do_shash("sha1", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
962 rc = do_shash("sha224", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
966 rc = do_shash("sha256", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
970 rc = do_shash("sha384", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
974 rc = do_shash("sha512", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
2032 err = do_shash((unsigned char *)alg_name, req->result, in ahash_enqueue()
2432 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2436 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2440 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2444 rc = do_shash("sha256", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2448 rc = do_shash("sha384", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2452 rc = do_shash("sha512", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2456 rc = do_shash("sha3-224", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2460 rc = do_shash("sha3-256", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2464 rc = do_shash("sha3-384", ctx->authkey, key, keylen, in ahash_hmac_setkey()
2468 rc = do_shash("sha3-512", ctx->authkey, key, keylen, in ahash_hmac_setkey()