Lines Matching refs:do_shash
907 rc = do_shash("md5", req->result, ctx->opad, blocksize,
911 rc = do_shash("sha1", req->result, ctx->opad, blocksize,
915 rc = do_shash("sha224", req->result, ctx->opad, blocksize,
919 rc = do_shash("sha256", req->result, ctx->opad, blocksize,
923 rc = do_shash("sha384", req->result, ctx->opad, blocksize,
927 rc = do_shash("sha512", req->result, ctx->opad, blocksize,
1934 err = do_shash((unsigned char *)alg_name, req->result,
2333 rc = do_shash("md5", ctx->authkey, key, keylen, NULL,
2337 rc = do_shash("sha1", ctx->authkey, key, keylen, NULL,
2341 rc = do_shash("sha224", ctx->authkey, key, keylen, NULL,
2345 rc = do_shash("sha256", ctx->authkey, key, keylen, NULL,
2349 rc = do_shash("sha384", ctx->authkey, key, keylen, NULL,
2353 rc = do_shash("sha512", ctx->authkey, key, keylen, NULL,
2357 rc = do_shash("sha3-224", ctx->authkey, key, keylen,
2361 rc = do_shash("sha3-256", ctx->authkey, key, keylen,
2365 rc = do_shash("sha3-384", ctx->authkey, key, keylen,
2369 rc = do_shash("sha3-512", ctx->authkey, key, keylen,