Home
last modified time | relevance | path

Searched refs:do_shash (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/bcm/
Dutil.h88 int do_shash(unsigned char *name, unsigned char *result,
Dcipher.c943 rc = do_shash("md5", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
947 rc = do_shash("sha1", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
951 rc = do_shash("sha224", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
955 rc = do_shash("sha256", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
959 rc = do_shash("sha384", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
963 rc = do_shash("sha512", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
1997 err = do_shash((unsigned char *)alg_name, req->result, in ahash_enqueue()
2396 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2400 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
2404 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey()
[all …]
Dutil.c210 int do_shash(unsigned char *name, unsigned char *result, in do_shash() function