Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h82 #define DRBG_KEY_SIZE_WORDS (BITS_TO_CRYPT_WORDS(DRBG_KEY_SIZE_BITS)) macro
83 #define DRBG_KEY_SIZE_BYTES (DRBG_KEY_SIZE_WORDS * RADIX_BYTES)
88 #define DRBG_SEED_SIZE_WORDS (DRBG_KEY_SIZE_WORDS + DRBG_IV_SIZE_WORDS)
95 crypt_uword_t words[DRBG_KEY_SIZE_WORDS];
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c98 #define DF_COUNT (DRBG_KEY_SIZE_WORDS / DRBG_IV_SIZE_WORDS + 1)