Searched defs:nonce (Results 1 – 5 of 5) sorted by relevance
210 uint8_t nonce[16] = {}; in tboot_gen_domain_integrity() local274 uint8_t nonce[16] = {}; in tboot_gen_xenheap_integrity() local314 uint8_t nonce[16] = {}; in tboot_gen_frametable_integrity() local
184 inline BYTE* pack_TPM2B_NONCE(BYTE* ptr, const TPM2B_NONCE *nonce) in pack_TPM2B_NONCE()189 #define unpack_TPM2B_NONCE(ptr, nonce) unpack_TPM2B_DIGEST(ptr, (TPM2B_DIGEST*)nonce) argument
221 TPM_NONCE* nonce, in xorEncrypt()
481 BYTE nonce[TPM_DIGEST_SIZE]; member
911 TPM2B_NONCE nonce; member
Completed in 16 milliseconds