Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.c1259 uint32_t n_len_bytes = curve_def[cid].n_len / INT8_LEN; in stm32_pka_ecdsa_verif() local
1297 if (n_len_bytes < hash_size) { in stm32_pka_ecdsa_verif()
1303 hash_size = n_len_bytes; in stm32_pka_ecdsa_verif()
1417 uint32_t n_len_bytes = curve_def[cid].n_len / INT8_LEN; in stm32_pka_ecdsa_sign() local
1455 if (n_len_bytes < hash_size) { in stm32_pka_ecdsa_sign()
1461 hash_size = n_len_bytes; in stm32_pka_ecdsa_sign()