Searched defs:big_shiftleft (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c963 big_shiftleft(BIGNUM *result, BIGNUM *aa, int offs) function
1093 big_shiftleft(&bblow, bb, offs);
1096 big_shiftleft(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2);
1108 big_shiftleft(&tmp1, aa, offs);

Completed in 102 milliseconds