Searched refs:CPA_BITMAP_BIT_SET (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_crypto.c1407 CPA_BITMAP_BIT_SET(pInstanceInfo2->coreAffinity,
1535 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_NULL);
1536 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_ECB);
1537 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_CBC);
1538 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_CTR);
1539 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_CCM);
1540 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_GCM);
1541 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_AES_XTS);
1543 CPA_BITMAP_BIT_SET(pCapInfo->ciphers, CPA_CY_SYM_CIPHER_ARC4);
1544 CPA_BITMAP_BIT_SET(pCapInf
[all...]
H A Dsal_compression.c1418 CPA_BITMAP_BIT_SET(pInstanceInfo2->coreAffinity,
/freebsd-current/sys/dev/qat/qat_api/include/
H A Dcpa_types.h164 * provided to set (see @ref CPA_BITMAP_BIT_SET) and clear (see @ref
178 #define CPA_BITMAP_BIT_SET(bitmask, bit) \ macro

Completed in 127 milliseconds