drbg_hmac_update
ret = drbg_hmac_update(drbg, addtl, 1);
ret = drbg_hmac_update(drbg, NULL, 1);
.update = drbg_hmac_update,