Home
last modified time | relevance | path

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

/external/openssh/
Dmac.c54 int truncatebits; /* truncate digest if != 0 */ member
89 if (macs[which].truncatebits != 0) in mac_setup_by_id()
90 mac->mac_len = macs[which].truncatebits / 8; in mac_setup_by_id()