Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c44 uint32_t ccp_sha224_init[SHA256_DIGEST_SIZE / sizeof(uint32_t)] = {
51 uint32_t ccp_sha256_init[SHA256_DIGEST_SIZE / sizeof(uint32_t)] = {
480 count = SHA256_DIGEST_SIZE >> 2; in generate_partial_hash()
505 count = SHA256_DIGEST_SIZE >> 2; in generate_partial_hash()
833 rte_memcpy(sha_ctx, sess->auth.ctx, SHA256_DIGEST_SIZE); in ccp_configure_session_auth()
895 sess->auth.offset = CCP_SB_BYTES - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
896 rte_memcpy(sha_ctx, sess->auth.ctx, SHA256_DIGEST_SIZE); in ccp_configure_session_auth()
903 sess->auth.offset = CCP_SB_BYTES - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
916 sess->auth.offset = CCP_SB_BYTES - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
933 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA256_DIGEST_SIZE; in ccp_configure_session_auth()
[all …]
H A Dccp_crypto.h58 #define SHA256_DIGEST_SIZE 32 macro