Home
last modified time | relevance | path

Searched refs:bit_mod (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c1524 CCP_PT_BITWISE(&function) = pst->bit_mod; in ccp_perform_passthru()
1586 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_hmac()
1637 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_hmac()
1645 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_hmac()
1666 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_hmac()
1716 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_hmac()
1760 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_sha()
1806 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_sha()
2170 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_aes_cmac()
2413 pst.bit_mod = CCP_PASSTHRU_BITWISE_NOOP; in ccp_perform_aes_gcm()
[all …]
H A Dccp_dev.h312 enum ccp_passthru_bitwise bit_mod; member