Searched refs:limpos (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.c309 /* Convert a value to binary, ignoring sign. On input, *limpos is the
310 bound on how many bytes should be written to buf; on output, *limpos
312 static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad);
1959 int limpos = limit; local
1963 res = s_tobin(z, buf, &limpos, PAD_FOR_2C);
1966 s_2comp(buf, limpos);
3274 /* {{{ s_tobin(z, buf, *limpos) */
3276 static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad) argument
3280 int pos = 0, limit = *limpos;
3313 *limpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.c309 /* Convert a value to binary, ignoring sign. On input, *limpos is the
310 bound on how many bytes should be written to buf; on output, *limpos
312 static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad);
1959 int limpos = limit; local
1963 res = s_tobin(z, buf, &limpos, PAD_FOR_2C);
1966 s_2comp(buf, limpos);
3274 /* {{{ s_tobin(z, buf, *limpos) */
3276 static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad) argument
3280 int pos = 0, limit = *limpos;
3313 *limpos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.c309 /* Convert a value to binary, ignoring sign. On input, *limpos is the
310 bound on how many bytes should be written to buf; on output, *limpos
312 static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad);
1959 int limpos = limit; local
1963 res = s_tobin(z, buf, &limpos, PAD_FOR_2C);
1966 s_2comp(buf, limpos);
3274 /* {{{ s_tobin(z, buf, *limpos) */
3276 static mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad) argument
3280 int pos = 0, limit = *limpos;
3313 *limpos
[all...]

Completed in 84 milliseconds