Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h240 #define SALT_SIZE 4 macro
H A Dt4_keyctx.c610 memcpy(kctx->u.txhdr.txsalt, tls->params.iv, SALT_SIZE); in t4_tls_key_ctx()
H A Dt6_kern_tls.c417 if (tls->params.iv_len != SALT_SIZE) in t6_tls_tag_alloc()
1786 memcpy(iv, tlsp->keyctx.u.txhdr.txsalt, SALT_SIZE); in ktls_write_tls_wr()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c254 if (tls->params.iv_len != SALT_SIZE) { in tls_alloc_ktls()