Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_ctr.h59 static inline int bootutil_aes_ctr_set_key(bootutil_aes_ctr_context *ctx, const uint8_t *k) in bootutil_aes_ctr_set_key() function
89 static inline int bootutil_aes_ctr_set_key(bootutil_aes_ctr_context *ctx, const uint8_t *k) in bootutil_aes_ctr_set_key() function
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c375 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()