Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c108 } sha3_context; typedef
270 sha3_context *ctx = (sha3_context *) priv; in sha3_Init224()
279 sha3_context *ctx = (sha3_context *) priv; in sha3_Init256()
288 sha3_context *ctx = (sha3_context *) priv; in sha3_Init384()
297 sha3_context *ctx = (sha3_context *) priv; in sha3_Init512()
311 sha3_context *ctx = (sha3_context *) priv; in sha3_Update()
367 sha3_context *ctx; in partial_hash_sha3_224()
370 ctx = rte_zmalloc("sha3-ctx", sizeof(sha3_context), 0); in partial_hash_sha3_224()
386 sha3_context *ctx; in partial_hash_sha3_256()
405 sha3_context *ctx; in partial_hash_sha3_384()
[all …]