Searched refs:pad_to_boundary (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Daead.h54 unsigned int pad_to_boundary : 1; /* should we zero fill blocks until next buffer */ member in struct:iov_block_state
61 (_state)->pad_to_boundary = 0)
H A Daead.c89 process_block = (iov_state->pad_to_boundary == 0);
116 /* If the pad_to_boundary flag is unset, return FALSE */
117 if (iov_state->pad_to_boundary == 0)

Completed in 15 milliseconds