Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h54 #define SHA224_DIGEST_SIZE 28 macro
H A Dccp_crypto.c832 sess->auth.offset = CCP_SB_BYTES - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
840 sess->auth.offset = CCP_SB_BYTES - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
853 sess->auth.offset = CCP_SB_BYTES - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
870 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
879 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA224_DIGEST_SIZE; in ccp_configure_session_auth()
1960 dest_addr_t += (CCP_SB_BYTES - SHA224_DIGEST_SIZE); in ccp_perform_sha3_hmac()
1961 CCP_CMD_LEN(desc) = SHA224_DIGEST_SIZE; in ccp_perform_sha3_hmac()