Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/drivers/B91/
Dpke.c279 pke_set_operand_width(wordLen<<5); in pke_load_pre_calc_mont()
296 pke_set_operand_width(wordLen<<5); in pke_calc_pre_mont()
320 pke_set_operand_width(curve->eccp_p_bitLen); in pke_eccp_point_del()
370 pke_set_operand_width(curve->eccp_p_bitLen); in pke_eccp_point_add()
412 pke_set_operand_width(curve->eccp_p_bitLen); in pke_eccp_point_verify()
455 pke_set_operand_width(curve->eccp_p_bitLen); in pke_eccp_point_mul()
503 pke_set_operand_width(wordLen<<5); in pke_mod_mul()
534 pke_set_operand_width(modWordLen<<5); in pke_mod_inv()
565 pke_set_operand_width(wordLen<<5); in pke_mod_add()
596 pke_set_operand_width(wordLen<<5); in pke_mod_sub()
[all …]
Dpke.h235 static inline void pke_set_operand_width(unsigned int bitLen) in pke_set_operand_width() function