aes_icm_setkey
error = aes_icm_setkey(&ctx->cipher, key, len);
static int aes_icm_setkey(void *, const uint8_t *, int);
.setkey = aes_icm_setkey,