aes_key_wrap
void aes_key_wrap(aes_key_wrap_ctx *, const u_int8_t *, size_t, u_int8_t *);
aes_key_wrap(&ctx.aes, data, len / 8, data);