hmac_cmd 1744 drivers/crypto/ccp/ccp-ops.c struct ccp_cmd hmac_cmd; hmac_cmd 1784 drivers/crypto/ccp/ccp-ops.c memset(&hmac_cmd, 0, sizeof(hmac_cmd)); hmac_cmd 1785 drivers/crypto/ccp/ccp-ops.c hmac_cmd.engine = CCP_ENGINE_SHA; hmac_cmd 1786 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.type = sha->type; hmac_cmd 1787 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.ctx = sha->ctx; hmac_cmd 1788 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.ctx_len = sha->ctx_len; hmac_cmd 1789 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.src = &sg; hmac_cmd 1790 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.src_len = block_size + digest_size; hmac_cmd 1791 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.opad = NULL; hmac_cmd 1792 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.opad_len = 0; hmac_cmd 1793 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.first = 1; hmac_cmd 1794 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.final = 1; hmac_cmd 1795 drivers/crypto/ccp/ccp-ops.c hmac_cmd.u.sha.msg_bits = (block_size + digest_size) << 3; hmac_cmd 1797 drivers/crypto/ccp/ccp-ops.c ret = ccp_run_sha_cmd(cmd_q, &hmac_cmd); hmac_cmd 1799 drivers/crypto/ccp/ccp-ops.c cmd->engine_error = hmac_cmd.engine_error;