Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.c770 const unsigned int eo_nbw) in read_eo_data() argument
776 if (eo_nbw < OP_NBW_FROM_SIZE(data_size) || eo_nbw > MAX_EO_NBW) in read_eo_data()
780 for (word_index = U(0); word_index < eo_nbw - 1; word_index++) { in read_eo_data()
835 const unsigned int eo_nbw) in write_eo_data() argument
840 if (eo_nbw < OP_NBW_FROM_SIZE(data_size) || eo_nbw > MAX_EO_NBW) in write_eo_data()
844 for (word_index = U(0); word_index < eo_nbw; word_index++) { in write_eo_data()
877 unsigned int eo_nbw = get_ecc_op_nbword(cid); in stm32_pka_configure_curve() local
886 curve_def[cid].a.size, eo_nbw); in stm32_pka_configure_curve()
893 eo_nbw); in stm32_pka_configure_curve()
901 eo_nbw); in stm32_pka_configure_curve()
[all …]