Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h54 #define SHA224_DIGEST_SIZE 28 macro
H A Dccp_crypto.c824 sess->auth.offset = CCP_SB_BYTES - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
831 sess->auth.offset = CCP_SB_BYTES - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
844 sess->auth.offset = CCP_SB_BYTES - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
861 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
870 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
1925 dest_addr_t += (CCP_SB_BYTES - SHA224_DIGEST_SIZE); in ccp_perform_sha3_hmac()
1926 CCP_CMD_LEN(desc) = SHA224_DIGEST_SIZE; in ccp_perform_sha3_hmac()