Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dencrypted.c70 key_unwrap(const uint8_t *wrapped, uint8_t *enckey, struct bootutil_key *bootutil_enc_key) in key_unwrap() function
495 rc = key_unwrap(buf, enckey, bootutil_enc_key); in boot_decrypt_key()