Searched refs:hmac_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c1763 struct ccp_cmd hmac_cmd; local
1804 memset(&hmac_cmd, 0, sizeof(hmac_cmd));
1805 hmac_cmd.engine = CCP_ENGINE_SHA;
1806 hmac_cmd.u.sha.type = sha->type;
1807 hmac_cmd.u.sha.ctx = sha->ctx;
1808 hmac_cmd.u.sha.ctx_len = sha->ctx_len;
1809 hmac_cmd.u.sha.src = &sg;
1810 hmac_cmd.u.sha.src_len = block_size + digest_size;
1811 hmac_cmd
[all...]

Completed in 97 milliseconds