Searched refs:sha_ctx (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/crypto/ccp/ |
| H A D | rte_ccp_pmd.c | 25 extern void *sha_ctx; 216 rte_free(sha_ctx); in cryptodev_ccp_remove() 303 sha_ctx = (void *)rte_malloc(NULL, SHA512_DIGEST_SIZE, 64); in cryptodev_ccp_probe()
|
| H A D | ccp_crypto.c | 35 void *sha_ctx; variable 794 rte_memcpy(sha_ctx, sess->auth.ctx, SHA_COMMON_DIGEST_SIZE); in ccp_configure_session_auth() 833 rte_memcpy(sha_ctx, sess->auth.ctx, SHA256_DIGEST_SIZE); in ccp_configure_session_auth() 896 rte_memcpy(sha_ctx, sess->auth.ctx, SHA256_DIGEST_SIZE); in ccp_configure_session_auth() 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() 1777 pst.src_addr = (phys_addr_t)sha_ctx; in ccp_perform_sha()
|