OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:truncatebits
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
mac.c
51
int
truncatebits
; /* truncate digest if != 0 */
member in struct:macalg
128
if (macalg->
truncatebits
!= 0)
129
mac->mac_len = macalg->
truncatebits
/ 8;
Completed in 3541 milliseconds