tc_ctr_prng_update() function
CTR PRNG update Updates the internal state of supplied the CTR PRNG context increments it by one
Arguments
ctx
IN/OUT -- CTR PRNG state
providedData
IN -- data used when updating the internal state
Return value
none
Notes
Assumes: providedData is (TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE) bytes long