Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c443 static inline void crypto_smartbond_cipher_store_dep_data(uint32_t *words, uint32_t len_words) in crypto_smartbond_cipher_store_dep_data() argument
447 for (int i = 0; i < len_words; i++) { in crypto_smartbond_cipher_store_dep_data()
452 static int crypto_smartbond_cipher_set_mreg(uint8_t *mreg, uint32_t len_words) in crypto_smartbond_cipher_set_mreg() argument
454 if (mreg == NULL || len_words == 0 || len_words > 4) { in crypto_smartbond_cipher_set_mreg()
463 crypto_smartbond_cipher_store_dep_data((uint32_t *)mreg, len_words); in crypto_smartbond_cipher_set_mreg()