Searched refs:DRBG_SEED (Results 1 – 3 of 3) sorted by relevance
151 UINT32 drbgSeedSize = sizeof(DRBG_SEED); in DfStart()210 static DRBG_SEED *223 return (DRBG_SEED *)&dfState->iv; in DfEnd()229 static DRBG_SEED *231 DRBG_SEED *output, // OUT: receives the result in DfBuffer()243 memcpy(output, &dfState.iv[0], sizeof(DRBG_SEED)); in DfBuffer()406 DRBG_SEED *providedData // IN: additional data in DRBG_Update()430 EncryptDRBG(temp, sizeof(DRBG_SEED), keySchedule, iv, in DRBG_Update()454 DRBG_SEED *providedEntropy, // IN: entropy in DRBG_Reseed()455 DRBG_SEED *additionalData // IN: in DRBG_Reseed()[all …]
78 DRBG_SEED *providedEntropy, // IN: entropy79 DRBG_SEED *additionalData // IN:
108 } DRBG_SEED; typedef141 DRBG_SEED seed; // contains the key and IV for the counter mode DRBG