Searched refs:bootutil_aes_ctr_set_key (Results 1 – 2 of 2) sorted by relevance
59 static inline int bootutil_aes_ctr_set_key(bootutil_aes_ctr_context *ctx, const uint8_t *k) in bootutil_aes_ctr_set_key() function89 static inline int bootutil_aes_ctr_set_key(bootutil_aes_ctr_context *ctx, const uint8_t *k) in bootutil_aes_ctr_set_key() function
375 rc = bootutil_aes_ctr_set_key(&enc_state[slot].aes_ctr, bs->enckey[slot]); in boot_enc_set_key()609 rc = bootutil_aes_ctr_set_key(&aes_ctr, derived_key); in boot_decrypt_key()