Searched refs:BN_BITS2 (Results 51 - 65 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_rfc5114.c66 #if BN_BITS2 == 64
155 #elif BN_BITS2 == 32
246 # error "unsupported BN_BITS2"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_rfc5114.c66 #if BN_BITS2 == 64
155 #elif BN_BITS2 == 32
246 # error "unsupported BN_BITS2"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_gmp.c272 (BN_BITS2 == GMP_NUMB_BITS)) {
295 (BN_BITS2 == GMP_NUMB_BITS)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_gmp.c272 (BN_BITS2 == GMP_NUMB_BITS)) {
295 (BN_BITS2 == GMP_NUMB_BITS)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c492 if (m->d[j - 1] & (((BN_ULONG)1) << (BN_BITS2 - 1))) {
495 /* 2^(top*BN_BITS2) - m */
586 wordpos = bitpos / BN_BITS2;
587 bitpos %= BN_BITS2;
593 ret |= a->d[wordpos] << (BN_BITS2 - bitpos);
835 if (m->d[top - 1] & (((BN_ULONG)1) << (BN_BITS2 - 1))) {
836 /* 2^(top*BN_BITS2) - m */
H A Dbntest.c526 BN_bntest_rand(&b, BN_BITS2, -1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp.c492 if (m->d[j - 1] & (((BN_ULONG)1) << (BN_BITS2 - 1))) {
495 /* 2^(top*BN_BITS2) - m */
586 wordpos = bitpos / BN_BITS2;
587 bitpos %= BN_BITS2;
593 ret |= a->d[wordpos] << (BN_BITS2 - bitpos);
835 if (m->d[top - 1] & (((BN_ULONG)1) << (BN_BITS2 - 1))) {
836 /* 2^(top*BN_BITS2) - m */
H A Dbntest.c526 BN_bntest_rand(&b, BN_BITS2, -1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c645 for (k = 0; k < BN_BITS2 / 8; k++) {
650 j += BN_BITS2 / 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c38 #if BN_BITS2 != 64
53 #define P256_LIMBS (256/BN_BITS2)
185 in >>= BN_BITS2 - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c38 #if BN_BITS2 != 64
53 #define P256_LIMBS (256/BN_BITS2)
185 in >>= BN_BITS2 - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c1029 for (k = 0; k < BN_BITS2 / 8; k++) {
1034 j += BN_BITS2 / 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c1029 for (k = 0; k < BN_BITS2 / 8; k++) {
1034 j += BN_BITS2 / 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c505 BN_bntest_rand(&b,BN_BITS2,-1,0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbntest.c505 BN_bntest_rand(&b,BN_BITS2,-1,0);

Completed in 121 milliseconds

123