HomeSort by: relevance | last modified time | path
    Searched defs:mp_count_bits (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_count_bits.c 22 mp_count_bits (mp_int * a) function
bn_mp_count_bits.c 22 mp_count_bits (mp_int * a) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 163 static int mp_count_bits(mp_int * a);
756 int size = mp_count_bits (a);
1541 static int mp_count_bits (mp_int * a) function
1631 n = mp_count_bits(a) - mp_count_bits(b);
1732 norm = mp_count_bits(&y) % DIGIT_BIT;
1883 x = mp_count_bits (X);
2153 p = mp_count_bits(n);
2191 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2914 bits = mp_count_bits (b) % DIGIT_BIT
    [all...]
libtommath.c 163 static int mp_count_bits(mp_int * a);
756 int size = mp_count_bits (a);
1541 static int mp_count_bits (mp_int * a) function
1631 n = mp_count_bits(a) - mp_count_bits(b);
1732 norm = mp_count_bits(&y) % DIGIT_BIT;
1883 x = mp_count_bits (X);
2153 p = mp_count_bits(n);
2191 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2914 bits = mp_count_bits (b) % DIGIT_BIT
    [all...]
  /src/sbin/nvmectl/
bignum.c 346 mp_count_bits(const mp_int *a) function
416 int size = mp_count_bits(a);
1033 norm = mp_count_bits(&y) % DIGIT_BIT;
2661 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2692 p = mp_count_bits(n);
3237 x = mp_count_bits(X);
3494 iy = mp_count_bits(a);
3939 p = mp_count_bits(a);
3970 p = mp_count_bits(n);
4015 bits = mp_count_bits(b) % DIGIT_BIT
    [all...]
bignum.c 346 mp_count_bits(const mp_int *a) function
416 int size = mp_count_bits(a);
1033 norm = mp_count_bits(&y) % DIGIT_BIT;
2661 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2692 p = mp_count_bits(n);
3237 x = mp_count_bits(X);
3494 iy = mp_count_bits(a);
3939 p = mp_count_bits(a);
3970 p = mp_count_bits(n);
4015 bits = mp_count_bits(b) % DIGIT_BIT
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 376 mp_count_bits(const mp_int *a) function
459 int size = mp_count_bits (a);
1110 norm = mp_count_bits(&y) % DIGIT_BIT;
2701 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2732 p = mp_count_bits(n);
3285 x = mp_count_bits (X);
3534 iy = mp_count_bits(a);
3981 p = mp_count_bits(a);
4012 p = mp_count_bits(n);
4057 bits = mp_count_bits (b) % DIGIT_BIT
    [all...]
bignum.c 376 mp_count_bits(const mp_int *a) function
459 int size = mp_count_bits (a);
1110 norm = mp_count_bits(&y) % DIGIT_BIT;
2701 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2732 p = mp_count_bits(n);
3285 x = mp_count_bits (X);
3534 iy = mp_count_bits(a);
3981 p = mp_count_bits(a);
4012 p = mp_count_bits(n);
4057 bits = mp_count_bits (b) % DIGIT_BIT
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 350 mp_count_bits(const mp_int *a) function
420 int size = mp_count_bits(a);
1037 norm = mp_count_bits(&y) % DIGIT_BIT;
2665 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2696 p = mp_count_bits(n);
3241 x = mp_count_bits(X);
3498 iy = mp_count_bits(a);
3962 p = mp_count_bits(a);
3993 p = mp_count_bits(n);
4038 bits = mp_count_bits(b) % DIGIT_BIT
    [all...]
bignum.c 350 mp_count_bits(const mp_int *a) function
420 int size = mp_count_bits(a);
1037 norm = mp_count_bits(&y) % DIGIT_BIT;
2665 if ((res = mp_2expt(&tmp, mp_count_bits(a))) != MP_OKAY) {
2696 p = mp_count_bits(n);
3241 x = mp_count_bits(X);
3498 iy = mp_count_bits(a);
3962 p = mp_count_bits(a);
3993 p = mp_count_bits(n);
4038 bits = mp_count_bits(b) % DIGIT_BIT
    [all...]

Completed in 47 milliseconds