Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h58 #define SHA256_DIGEST_SIZE 32 macro
H A Dccp_crypto.c42 uint32_t ccp_sha224_init[SHA256_DIGEST_SIZE / sizeof(uint32_t)] = {
49 uint32_t ccp_sha256_init[SHA256_DIGEST_SIZE / sizeof(uint32_t)] = {
478 count = SHA256_DIGEST_SIZE >> 2; in generate_partial_hash()
503 count = SHA256_DIGEST_SIZE >> 2; in generate_partial_hash()
886 sess->auth.offset = CCP_SB_BYTES - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
893 sess->auth.offset = CCP_SB_BYTES - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
906 sess->auth.offset = CCP_SB_BYTES - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
923 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
932 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
1928 CCP_CMD_LEN(desc) = SHA256_DIGEST_SIZE; in ccp_perform_sha3_hmac()