Lines Matching refs:store32
411 store32(tb, TPM_OSAP_SIZE); in osap()
412 store32(tb, TPM_ORD_OSAP); in osap()
414 store32(tb, handle); in osap()
442 store32(tb, TPM_OIAP_SIZE); in oiap()
443 store32(tb, TPM_ORD_OIAP); in oiap()
540 store32(tb, TPM_SEAL_SIZE + pcrinfosize + datalen); in tpm_seal()
541 store32(tb, TPM_ORD_SEAL); in tpm_seal()
542 store32(tb, keyhandle); in tpm_seal()
544 store32(tb, pcrinfosize); in tpm_seal()
546 store32(tb, datalen); in tpm_seal()
548 store32(tb, sess.handle); in tpm_seal()
633 store32(tb, TPM_UNSEAL_SIZE + bloblen); in tpm_unseal()
634 store32(tb, TPM_ORD_UNSEAL); in tpm_unseal()
635 store32(tb, keyhandle); in tpm_unseal()
637 store32(tb, authhandle1); in tpm_unseal()
641 store32(tb, authhandle2); in tpm_unseal()