Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.h56 #define SHA3_224_BLOCK_SIZE 144 macro
H A Dccp_crypto.c374 sha3_Update(ctx, data_in, SHA3_224_BLOCK_SIZE); in partial_hash_sha3_224()
864 if (auth_xform->key.length > SHA3_224_BLOCK_SIZE) in ccp_configure_session_auth()
871 sess->auth.block_size = SHA3_224_BLOCK_SIZE; in ccp_configure_session_auth()