Searched refs:store32 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/security/keys/ |
D | trusted.c | 406 store32(tb, TPM_OSAP_SIZE); in osap() 407 store32(tb, TPM_ORD_OSAP); in osap() 409 store32(tb, handle); in osap() 434 store32(tb, TPM_OIAP_SIZE); in oiap() 435 store32(tb, TPM_ORD_OIAP); in oiap() 531 store32(tb, TPM_SEAL_SIZE + pcrinfosize + datalen); in tpm_seal() 532 store32(tb, TPM_ORD_SEAL); in tpm_seal() 533 store32(tb, keyhandle); in tpm_seal() 535 store32(tb, pcrinfosize); in tpm_seal() 537 store32(tb, datalen); in tpm_seal() [all …]
|
D | trusted.h | 122 static inline void store32(struct tpm_buf *buf, const uint32_t value) in store32() function
|