Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h60 #define SHA3_256_BLOCK_SIZE 136 macro
H A Dccp_crypto.c393 sha3_Update(ctx, data_in, SHA3_256_BLOCK_SIZE); in partial_hash_sha3_256()
926 if (auth_xform->key.length > SHA3_256_BLOCK_SIZE) in ccp_configure_session_auth()
933 sess->auth.block_size = SHA3_256_BLOCK_SIZE; in ccp_configure_session_auth()