Searched refs:len_words (Results 1 – 1 of 1) sorted by relevance
443 static inline void crypto_smartbond_cipher_store_dep_data(uint32_t *words, uint32_t len_words) in crypto_smartbond_cipher_store_dep_data() argument447 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() argument454 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()