Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.c32 #define INT8_LEN U(8) macro
33 #define INT64_LEN (INT8_LEN * sizeof(uint64_t))
36 #define OP_NBW_FROM_SIZE(s) OP_NBW_FROM_LEN((s) * INT8_LEN)
788 tmp = tmp >> INT8_LEN; in read_eo_data()
851 tmp |= SHIFT_U64(data[data_index], (INT8_LEN * i)); in write_eo_data()
1259 uint32_t n_len_bytes = curve_def[cid].n_len / INT8_LEN; in stm32_pka_ecdsa_verif()
1417 uint32_t n_len_bytes = curve_def[cid].n_len / INT8_LEN; in stm32_pka_ecdsa_sign()