Searched refs:bootutil_aes_kw_set_unwrap_key (Results 1 – 2 of 2) sorted by relevance
51 static inline int bootutil_aes_kw_set_unwrap_key(bootutil_aes_kw_context *ctx, const uint8_t *k, ui… in bootutil_aes_kw_set_unwrap_key() function75 static inline int bootutil_aes_kw_set_unwrap_key(bootutil_aes_kw_context *ctx, const uint8_t *k, ui… in bootutil_aes_kw_set_unwrap_key() function
76 rc = bootutil_aes_kw_set_unwrap_key(&aes_kw, bootutil_enc_key->key, *bootutil_enc_key->len); in key_unwrap()