Searched refs:hmac_nb_reg (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_hash.c | 265 size_t hmac_nb_reg = 0; in save_context() local 281 get_save_registers(c, &nb_reg, &first, &hmac_nb_reg, &hmac_first); in save_context() 290 for (i = 0 ; i < hmac_nb_reg; i++) in save_context() 302 size_t hmac_nb_reg = 0; in restore_context() local 310 get_save_registers(c, &nb_reg, &first, &hmac_nb_reg, &hmac_first); in restore_context() 320 for (i = 0 ; i < hmac_nb_reg; i++) in restore_context() 422 size_t hmac_nb_reg = 0; in stm32_hash_deep_copy() local 437 get_save_registers(dst, &nb_reg, &first, &hmac_nb_reg, &hmac_first); in stm32_hash_deep_copy() 438 memcpy(dst->csr, src->csr, (nb_reg + hmac_nb_reg) * sizeof(uint32_t)); in stm32_hash_deep_copy() 449 size_t hmac_nb_reg = 0; in stm32_hash_alloc() local [all …]
|