Searched refs:UINT8_LEN (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/st/crypto/ |
| H A D | stm32_pka.c | 34 #define UINT8_LEN 8U macro 35 #define UINT64_LEN (UINT8_LEN * sizeof(uint64_t)) 38 #define OP_NBW_FROM_SIZE(s) OP_NBW_FROM_LEN((s) * UINT8_LEN) 375 tmp |= (uint64_t)(data[data_index]) << (UINT8_LEN * i); in write_eo_data() 411 curve_def[cid].n, div_round_up(curve_def[cid].n_len, UINT8_LEN), in stm32_pka_ecdsa_verif_configure_curve() 418 div_round_up(curve_def[cid].p_len, UINT8_LEN), eo_nbw); in stm32_pka_ecdsa_verif_configure_curve() 537 curve_def[cid].p, div_round_up(curve_def[cid].p_len, UINT8_LEN))) { in stm32_pka_ecdsa_check_param() 544 curve_def[cid].p, div_round_up(curve_def[cid].p_len, UINT8_LEN))) { in stm32_pka_ecdsa_check_param() 552 curve_def[cid].n, div_round_up(curve_def[cid].n_len, UINT8_LEN)) && in stm32_pka_ecdsa_check_param() 560 curve_def[cid].n, div_round_up(curve_def[cid].n_len, UINT8_LEN)) && in stm32_pka_ecdsa_check_param()
|