Searched refs:BN_num_bits_word (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_long.c132 clen = BN_num_bits_word(utmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_long.c121 clen = BN_num_bits_word(utmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_long.c132 clen = BN_num_bits_word(utmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_word.c105 j = BN_BITS2 - BN_num_bits_word(w);
H A Dbn_sqr.c121 j=BN_num_bits_word((BN_ULONG)al);
H A Dbn_lib.c161 int BN_num_bits_word(BN_ULONG l) function
254 return ((i*BN_BITS2) + BN_num_bits_word(a->d[i]));
H A Dbn_mul.c1015 j = BN_num_bits_word((BN_ULONG)al);
1019 j = BN_num_bits_word((BN_ULONG)bl);
1064 j=BN_num_bits_word((BN_ULONG)al);
H A Dbn.h399 int BN_num_bits_word(BN_ULONG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_word.c104 j = BN_BITS2 - BN_num_bits_word(w);
H A Dbn_sqr.c117 j = BN_num_bits_word((BN_ULONG)al);
H A Dbn_lib.c145 int BN_num_bits_word(BN_ULONG l) function
224 return ((i * BN_BITS2) + BN_num_bits_word(a->d[i]));
H A Dbn_mul.c1006 j = BN_num_bits_word((BN_ULONG)al);
1009 j = BN_num_bits_word((BN_ULONG)bl);
1054 j = BN_num_bits_word((BN_ULONG)al);
H A Dbn.h436 int BN_num_bits_word(BN_ULONG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_word.c104 j = BN_BITS2 - BN_num_bits_word(w);
H A Dbn_sqr.c117 j = BN_num_bits_word((BN_ULONG)al);
H A Dbn_lib.c145 int BN_num_bits_word(BN_ULONG l) function
224 return ((i * BN_BITS2) + BN_num_bits_word(a->d[i]));
H A Dbn_mul.c1006 j = BN_num_bits_word((BN_ULONG)al);
1009 j = BN_num_bits_word((BN_ULONG)bl);
1054 j = BN_num_bits_word((BN_ULONG)al);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h367 int BN_num_bits_word(BN_ULONG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dpa-risc2.s749 .IMPORT BN_num_bits_word,CODE
814 B,L BN_num_bits_word,%r2 ;offset 0x9ac
H A Dpa-risc2W.s740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION
767 B,L BN_num_bits_word,%r2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2.s749 .IMPORT BN_num_bits_word,CODE
814 B,L BN_num_bits_word,%r2 ;offset 0x9ac
H A Dpa-risc2W.s740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION
767 B,L BN_num_bits_word,%r2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dpa-risc2.s749 .IMPORT BN_num_bits_word,CODE
814 B,L BN_num_bits_word,%r2 ;offset 0x9ac
H A Dpa-risc2W.s740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION
767 B,L BN_num_bits_word,%r2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h399 int BN_num_bits_word(BN_ULONG);

Completed in 208 milliseconds

12