Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c106 } sha3_context; typedef
268 sha3_context *ctx = (sha3_context *) priv; in sha3_Init224()
277 sha3_context *ctx = (sha3_context *) priv; in sha3_Init256()
286 sha3_context *ctx = (sha3_context *) priv; in sha3_Init384()
295 sha3_context *ctx = (sha3_context *) priv; in sha3_Init512()
309 sha3_context *ctx = (sha3_context *) priv; in sha3_Update()
365 sha3_context *ctx; in partial_hash_sha3_224()
368 ctx = rte_zmalloc("sha3-ctx", sizeof(sha3_context), 0); in partial_hash_sha3_224()
384 sha3_context *ctx; in partial_hash_sha3_256()
403 sha3_context *ctx; in partial_hash_sha3_384()
[all …]