Searched refs:partial_hash (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 288 u8 partial_hash[CHCR_HASH_MAX_DIGEST_SIZE]; member
|
H A D | chcr_algo.c | 1617 memcpy(chcr_req->key_ctx.key, req_ctx->partial_hash, in create_hash_wr() 2120 memcpy(reqctx->partial_hash, in chcr_handle_ahash_resp() 2127 memcpy(reqctx->partial_hash, input + sizeof(struct cpl_fw6_pld), in chcr_handle_ahash_resp() 2178 memcpy(state->partial_hash, req_ctx->partial_hash, in chcr_ahash_export() 2194 memcpy(req_ctx->partial_hash, state->partial_hash, in chcr_ahash_import() 2307 copy_hash_init_values(req_ctx->partial_hash, digestsize); in chcr_sha_init() 2331 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init() 2334 memcpy(req_ctx->partial_hash, hmacct in chcr_hmac_init() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 292 u8 partial_hash[CHCR_HASH_MAX_DIGEST_SIZE]; member
|
H A D | chcr_algo.c | 1611 memcpy(chcr_req->key_ctx.key, req_ctx->partial_hash, in create_hash_wr() 2114 memcpy(reqctx->partial_hash, in chcr_handle_ahash_resp() 2121 memcpy(reqctx->partial_hash, input + sizeof(struct cpl_fw6_pld), in chcr_handle_ahash_resp() 2172 memcpy(state->partial_hash, req_ctx->partial_hash, in chcr_ahash_export() 2188 memcpy(req_ctx->partial_hash, state->partial_hash, in chcr_ahash_import() 2302 copy_hash_init_values(req_ctx->partial_hash, digestsize); in chcr_sha_init() 2326 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init() 2329 memcpy(req_ctx->partial_hash, hmacct in chcr_hmac_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rx.h | 549 * @partial_hash: 31:0 ip/tcp header hash 552 __le32 partial_hash; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rx.h | 569 * @partial_hash: 31:0 ip/tcp header hash 572 __le32 partial_hash; member
|
Completed in 15 milliseconds