Searched refs:aWordLen (Results 1 – 2 of 2) sorted by relevance
| /hal_telink-latest/tlsr9/drivers/B91/ |
| D | pke.c | 99 signed int big_integer_compare(unsigned int *a, unsigned int aWordLen, unsigned int *b, unsigned in… in big_integer_compare() argument 103 aWordLen = valid_words_get(a, aWordLen); in big_integer_compare() 106 if(aWordLen > bWordLen) in big_integer_compare() 108 if(aWordLen < bWordLen) in big_integer_compare() 111 for(i=(aWordLen-1); i>=0; i--) in big_integer_compare() 160 unsigned int div2n_u32(unsigned int a[], signed int aWordLen, unsigned int n) in div2n_u32() argument 165 if(!aWordLen) in div2n_u32() 170 for(i=0; i<aWordLen-1; i++) in div2n_u32() 179 return aWordLen; in div2n_u32() 185 for(i=0; i<aWordLen-(signed int)j-1; i++) in div2n_u32() [all …]
|
| D | pke.h | 251 signed int big_integer_compare(unsigned int *a, unsigned int aWordLen, unsigned int *b, unsigned in… 273 unsigned int div2n_u32(unsigned int a[], signed int aWordLen, unsigned int n); 316 unsigned int aWordLen); 353 unsigned char pke_mod(unsigned int *a, unsigned int aWordLen, unsigned int *b, unsigned int *b_h, u…
|