drbg_ctr_update
ret = drbg_ctr_update(drbg, addtl, 2);
ret = drbg_ctr_update(drbg, NULL, 3);
.update = drbg_ctr_update,