Searched refs:KDF_MAGIC (Results 1 – 2 of 2) sorted by relevance
159 #define KDF_MAGIC ((UINT32) 0x4048444a) // "KDF " backwards macro
634 state->magic = KDF_MAGIC; in DRBG_InstantiateSeededKdf()780 if(state->kdf.magic == KDF_MAGIC) in DRBG_Generate()