Searched refs:bootutil_aes_kw_unwrap (Results 1 – 2 of 2) sorted by relevance
56 static inline int bootutil_aes_kw_unwrap(bootutil_aes_kw_context *ctx, const uint8_t *wrapped_key, … in bootutil_aes_kw_unwrap() function94 static int bootutil_aes_kw_unwrap(bootutil_aes_kw_context *ctx, const uint8_t *wrapped_key, uint32_… in bootutil_aes_kw_unwrap() function
80 rc = bootutil_aes_kw_unwrap(&aes_kw, wrapped, TLV_ENC_KW_SZ, enckey, BOOT_ENC_KEY_SIZE); in key_unwrap()