Searched refs:do_shash (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/bcm/ |
| H A D | util.h | 102 int do_shash(unsigned char *name, unsigned char *result,
|
| H A D | cipher.c | 903 rc = do_shash("md5", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash() 907 rc = do_shash("sha1", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash() 911 rc = do_shash("sha224", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash() 915 rc = do_shash("sha256", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash() 919 rc = do_shash("sha384", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash() 923 rc = do_shash("sha512", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash() 1928 err = do_shash((unsigned char *)alg_name, req->result, in ahash_enqueue() 2327 rc = do_shash("md5", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey() 2331 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey() 2335 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL, in ahash_hmac_setkey() [all …]
|
| H A D | util.c | 210 int do_shash(unsigned char *name, unsigned char *result, in do_shash() function
|