Searched refs:store32 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/security/keys/
H A Dtrusted.c406 store32(tb, TPM_OSAP_SIZE); osap()
407 store32(tb, TPM_ORD_OSAP); osap()
409 store32(tb, handle); osap()
434 store32(tb, TPM_OIAP_SIZE); oiap()
435 store32(tb, TPM_ORD_OIAP); oiap()
531 store32(tb, TPM_SEAL_SIZE + pcrinfosize + datalen); tpm_seal()
532 store32(tb, TPM_ORD_SEAL); tpm_seal()
533 store32(tb, keyhandle); tpm_seal()
535 store32(tb, pcrinfosize); tpm_seal()
537 store32(tb, datalen); tpm_seal()
539 store32(tb, sess.handle); tpm_seal()
624 store32(tb, TPM_UNSEAL_SIZE + bloblen); tpm_unseal()
625 store32(tb, TPM_ORD_UNSEAL); tpm_unseal()
626 store32(tb, keyhandle); tpm_unseal()
628 store32(tb, authhandle1); tpm_unseal()
632 store32(tb, authhandle2); tpm_unseal()
H A Dtrusted.h111 static inline void store32(struct tpm_buf *buf, const uint32_t value) store32() function

Completed in 202 milliseconds