Searched refs:partial_hash (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-hash.h | 37 bool partial_hash; member
|
| H A D | eip93-hash.c | 76 if (rctx->partial_hash) in eip93_hash_handle_result() 79 if (rctx->finalize || rctx->partial_hash) { in eip93_hash_handle_result() 203 rctx->partial_hash = false; in __eip93_hash_init() 243 if (rctx->finalize && !rctx->partial_hash) { in eip93_send_hash_req()
|
| H A D | eip93-common.c | 784 rctx->partial_hash = true; in eip93_hmac_setkey() 799 rctx->partial_hash = true; in eip93_hmac_setkey()
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_crypto.h | 291 u8 partial_hash[CHCR_HASH_MAX_DIGEST_SIZE]; member
|
| H A D | chcr_algo.c | 1577 memcpy(chcr_req->key_ctx.key, req_ctx->partial_hash, in create_hash_wr() 2087 memcpy(reqctx->partial_hash, in chcr_handle_ahash_resp() 2094 memcpy(reqctx->partial_hash, input + sizeof(struct cpl_fw6_pld), in chcr_handle_ahash_resp() 2145 memcpy(state->partial_hash, req_ctx->partial_hash, in chcr_ahash_export() 2161 memcpy(req_ctx->partial_hash, state->partial_hash, in chcr_ahash_import() 2235 copy_hash_init_values(req_ctx->partial_hash, digestsize); in chcr_sha_init() 2259 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init() 2262 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init() 2265 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | rx.h | 574 __le32 partial_hash; member
|