/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
x_long.c | 123 clen = BN_num_bits_word(utmp);
|
/external/openssl/crypto/asn1/ |
x_long.c | 123 clen = BN_num_bits_word(utmp);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_word.c | 105 j = BN_BITS2 - BN_num_bits_word(w);
|
bn_sqr.c | 121 j=BN_num_bits_word((BN_ULONG)al);
|
bn_lib.c | 142 int BN_num_bits_word(BN_ULONG l) 235 return ((i*BN_BITS2) + BN_num_bits_word(a->d[i]));
|
bn_mul.c | 1016 j = BN_num_bits_word((BN_ULONG)al); 1020 j = BN_num_bits_word((BN_ULONG)bl); 1066 j=BN_num_bits_word((BN_ULONG)al);
|
bn.h | 440 int BN_num_bits_word(BN_ULONG); [all...] |
bn_asm.c | 246 i=BN_num_bits_word(d);
|
bn_gf2m.c | 635 ubits = utop*BN_BITS2 + BN_num_bits_word(ul);
|
/external/openssl/crypto/bn/ |
bn_word.c | 105 j = BN_BITS2 - BN_num_bits_word(w);
|
bn_sqr.c | 121 j=BN_num_bits_word((BN_ULONG)al);
|
bn_lib.c | 142 int BN_num_bits_word(BN_ULONG l) 235 return ((i*BN_BITS2) + BN_num_bits_word(a->d[i]));
|
bn_mul.c | 1016 j = BN_num_bits_word((BN_ULONG)al); 1020 j = BN_num_bits_word((BN_ULONG)bl); 1066 j=BN_num_bits_word((BN_ULONG)al);
|
bn.h | 440 int BN_num_bits_word(BN_ULONG); [all...] |
bn_asm.c | 246 i=BN_num_bits_word(d);
|
bn_gf2m.c | 635 ubits = utop*BN_BITS2 + BN_num_bits_word(ul);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
pa-risc2.s | 749 .IMPORT BN_num_bits_word,CODE 814 B,L BN_num_bits_word,%r2 ;offset 0x9ac [all...] |
pa-risc2W.s | 740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION 767 B,L BN_num_bits_word,%r2 [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2.s | 749 .IMPORT BN_num_bits_word,CODE 814 B,L BN_num_bits_word,%r2 ;offset 0x9ac [all...] |
pa-risc2W.s | 740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION 767 B,L BN_num_bits_word,%r2 [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bn.h | 440 int BN_num_bits_word(BN_ULONG); [all...] |
/external/openssl/include/openssl/ |
bn.h | 440 int BN_num_bits_word(BN_ULONG); [all...] |
/libcore/luni/src/main/native/ |
java_math_NativeBN.cpp | 424 return (intLen - 1) * 32 + BN_num_bits_word(msd);
|