Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcbc_mac.c40 #define NWORDS (CCM_CBC_BLOCK_LEN / sizeof(uint64_t)) in xor_and_encrypt() macro
41 uint64_t b1[NWORDS], b2[NWORDS], temp[NWORDS]; in xor_and_encrypt()
46 for (size_t count = 0; count < NWORDS; count++) in xor_and_encrypt()
49 #undef NWORDS in xor_and_encrypt()