Home
last modified time | relevance | path

Searched refs:wordLen (Results 1 – 2 of 2) sorted by relevance

/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/drivers/B91/
Dpke.c36 unsigned int valid_bits_get(const unsigned int *a, unsigned int wordLen) in valid_bits_get() argument
41 if(0 == wordLen) in valid_bits_get()
46 for (i = wordLen; i > 0; i--) in valid_bits_get()
130 void sub_u32(unsigned int *a, unsigned int *b, unsigned int *c, unsigned int wordLen) in sub_u32() argument
135 for(i=0; i<wordLen; i++) in sub_u32()
206 void pke_read_operand(unsigned int *baseaddr, unsigned int *data, unsigned int wordLen) in pke_read_operand() argument
212 for (i = 0; i < wordLen; i++) in pke_read_operand()
226 void pke_load_operand(unsigned int *baseaddr, unsigned int *data, unsigned int wordLen) in pke_load_operand() argument
232 for (i = 0; i < wordLen; i++) in pke_load_operand()
236 for (i = wordLen; i < 9; i++) in pke_load_operand()
[all …]
Dpke.h261 void sub_u32(unsigned int *a, unsigned int *b, unsigned int *c, unsigned int wordLen);
283 void pke_load_pre_calc_mont(unsigned int *H, unsigned int *n1, unsigned int wordLen);
292 unsigned char pke_calc_pre_mont(const unsigned int *modulus, unsigned int wordLen);
304 unsigned int *out, unsigned int wordLen);
328 unsigned int *out, unsigned int wordLen);
340 unsigned int *out, unsigned int wordLen);