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

/linux-master/drivers/crypto/bcm/
H A Dutil.h102 int do_shash(unsigned char *name, unsigned char *result,
H A Dcipher.c906 rc = do_shash("md5", req->result, ctx->opad, blocksize,
910 rc = do_shash("sha1", req->result, ctx->opad, blocksize,
914 rc = do_shash("sha224", req->result, ctx->opad, blocksize,
918 rc = do_shash("sha256", req->result, ctx->opad, blocksize,
922 rc = do_shash("sha384", req->result, ctx->opad, blocksize,
926 rc = do_shash("sha512", req->result, ctx->opad, blocksize,
1933 err = do_shash((unsigned char *)alg_name, req->result,
2332 rc = do_shash("md5", ctx->authkey, key, keylen, NULL,
2336 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL,
2340 rc = do_shash("sha22
[all...]
H A Dutil.c194 * do_shash() - Do a synchronous hash operation in software
210 int do_shash(unsigned char *name, unsigned char *result, function

Completed in 136 milliseconds