null_crypt
static void null_crypt(void *, const uint8_t *, uint8_t *);
.encrypt = null_crypt,
.decrypt = null_crypt,