Home
last modified time | relevance | path

Searched refs:_DRBG_STATE_SAVE (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmBuildSwitches.h157 #if !(defined _DRBG_STATE_SAVE) \
158 || ((_DRBG_STATE_SAVE != NO) && (_DRBG_STATE_SAVE != YES))
159 # undef _DRBG_STATE_SAVE
160 # define _DRBG_STATE_SAVE YES // Default: Either YES or NO macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c728 #if ! _DRBG_STATE_SAVE in CryptRandStartup()