HomeSort by relevance Sort by last modified time
    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