Searched refs:partial_hash (Results 1 – 6 of 6) sorted by relevance
| /drivers/crypto/inside-secure/eip93/ |
| A D | eip93-hash.h | 37 bool partial_hash; member
|
| 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()
|
| A D | eip93-common.c | 784 rctx->partial_hash = true; in eip93_hmac_setkey() 799 rctx->partial_hash = true; in eip93_hmac_setkey()
|
| /drivers/crypto/chelsio/ |
| A D | chcr_crypto.h | 292 u8 partial_hash[CHCR_HASH_MAX_DIGEST_SIZE]; member
|
| A D | chcr_algo.c | 1611 memcpy(chcr_req->key_ctx.key, req_ctx->partial_hash, in create_hash_wr() 2121 memcpy(reqctx->partial_hash, in chcr_handle_ahash_resp() 2128 memcpy(reqctx->partial_hash, input + sizeof(struct cpl_fw6_pld), in chcr_handle_ahash_resp() 2179 memcpy(state->partial_hash, req_ctx->partial_hash, in chcr_ahash_export() 2195 memcpy(req_ctx->partial_hash, state->partial_hash, in chcr_ahash_import() 2309 copy_hash_init_values(req_ctx->partial_hash, digestsize); in chcr_sha_init() 2333 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init() 2336 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init() 2339 memcpy(req_ctx->partial_hash, hmacctx->ipad, in chcr_hmac_init()
|
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | rx.h | 573 __le32 partial_hash; member
|
Completed in 27 milliseconds