Home
last modified time | relevance | path

Searched refs:SHA512_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c58 uint64_t ccp_sha384_init[SHA512_DIGEST_SIZE / sizeof(uint64_t)] = {
65 uint64_t ccp_sha512_init[SHA512_DIGEST_SIZE / sizeof(uint64_t)] = {
530 count = SHA512_DIGEST_SIZE >> 3; in generate_partial_hash()
555 count = SHA512_DIGEST_SIZE >> 3; in generate_partial_hash()
959 rte_memcpy(sha_ctx, sess->auth.ctx, SHA512_DIGEST_SIZE); in ccp_configure_session_auth()
1024 rte_memcpy(sha_ctx, sess->auth.ctx, SHA512_DIGEST_SIZE); in ccp_configure_session_auth()
1032 SHA512_DIGEST_SIZE); in ccp_configure_session_auth()
1046 SHA512_DIGEST_SIZE); in ccp_configure_session_auth()
1063 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA512_DIGEST_SIZE; in ccp_configure_session_auth()
1072 sess->auth.offset = CCP_SHA3_CTX_SIZE - SHA512_DIGEST_SIZE; in ccp_configure_session_auth()
[all …]
H A Dccp_crypto.h66 #define SHA512_DIGEST_SIZE 64 macro
H A Drte_ccp_pmd.c303 sha_ctx = (void *)rte_malloc(NULL, SHA512_DIGEST_SIZE, 64); in cryptodev_ccp_probe()