Searched refs:hash_parms (Results 1 – 4 of 4) sorted by relevance
677 struct spu_hash_parms hash_parms; in handle_ahash_req() local696 memset(&hash_parms, 0, sizeof(hash_parms)); in handle_ahash_req()700 hash_parms.alg = ctx->auth.alg; in handle_ahash_req()701 hash_parms.mode = ctx->auth.mode; in handle_ahash_req()702 hash_parms.type = HASH_TYPE_NONE; in handle_ahash_req()703 hash_parms.key_buf = (u8 *)ctx->authkey; in handle_ahash_req()704 hash_parms.key_len = ctx->authkeylen; in handle_ahash_req()769 if (hash_parms.alg == HASH_ALG_AES) in handle_ahash_req()770 hash_parms.type = (enum hash_type)cipher_parms.type; in handle_ahash_req()772 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req()[all …]
195 struct spu_hash_parms *hash_parms,
245 struct spu_hash_parms *hash_parms,
380 struct spu_hash_parms *hash_parms,