Home
last modified time | relevance | path

Searched refs:hmac_ctrl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c443 u_int hmac_ctrl, imm_len, iopad_size; in ccr_hash() local
456 hmac_ctrl = SCMD_HMAC_CTRL_NO_TRUNC; in ccr_hash()
459 hmac_ctrl = SCMD_HMAC_CTRL_NOP; in ccr_hash()
528 V_SCMD_HMAC_CTRL(hmac_ctrl)); in ccr_hash()
795 u_int hmac_ctrl, input_len; in ccr_authenc() local
1028 hmac_ctrl = ccr_hmac_ctrl(axf->hashsize, hash_size_in_response); in ccr_authenc()
1036 V_SCMD_HMAC_CTRL(hmac_ctrl) | in ccr_authenc()
1142 u_int hmac_ctrl, input_len; in ccr_gcm() local
1379 V_SCMD_HMAC_CTRL(hmac_ctrl) | in ccr_gcm()
1621 u_int hmac_ctrl, input_len; in ccr_ccm() local
[all …]
/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_tls.h125 unsigned char hmac_ctrl; member
H A Dt4_tls.c373 ((kctx->tx_key_info_size >> 4) << 3) | kctx->hmac_ctrl; in prepare_rxkey_wr()
614 k_ctx->hmac_ctrl = 0; in program_key_context()
627 V_SCMD_HMAC_CTRL(k_ctx->hmac_ctrl) | in program_key_context()