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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c396 size_t ebc = 0; /* count of extra bytes in extrarand */ local
421 if (ebc == 0) {
429 ebc = extrarand_len;
432 -- ebc;
438 ran_out[i] = extrarand[ebc];
H A Drsa.c415 size_t ebc = 0; /* count of extra bytes in extrarand */ local
440 if (ebc == 0) {
448 ebc = extrarand_len;
451 -- ebc;
457 ran_out[i] = extrarand[ebc];

Completed in 64 milliseconds