Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dmac.c44 int truncatebits; /* truncate digest if != 0 */ member
70 if (macs[which].truncatebits != 0) in mac_setup_by_id()
71 mac->mac_len = macs[which].truncatebits / 8; in mac_setup_by_id()