Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h108 #define DUMMY_BYTES 16 macro
117 (TRANSHDR_SIZE(kctx_len) + DUMMY_BYTES)
H A Dt4_crypto.c581 dst = (char *)(crwr + 1) + kctx_len + DUMMY_BYTES; in ccr_hash()