aes_key_unwrap
int aes_key_unwrap(aes_key_wrap_ctx *, const u_int8_t *, u_int8_t *,
return aes_key_unwrap(&ctx.aes, data, data, len / 8);