Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15var.h68 CTASSERT(CONTENT_DESC_MAX_SIZE >=
H A Dqatvar.h535 #define CONTENT_DESC_MAX_SIZE roundup( \ macro
564 uint8_t qsc_content_desc[CONTENT_DESC_MAX_SIZE];
587 uint8_t qcd_content_desc[CONTENT_DESC_MAX_SIZE]; /* must be first */
H A Dqat_hw15.c779 memcpy(cdesc, desc->qcd_content_desc, CONTENT_DESC_MAX_SIZE); in qat_hw15_crypto_req_setkey()