Lines Matching refs:store32
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()
539 store32(tb, sess.handle); in tpm_seal()
624 store32(tb, TPM_UNSEAL_SIZE + bloblen); in tpm_unseal()
625 store32(tb, TPM_ORD_UNSEAL); in tpm_unseal()
626 store32(tb, keyhandle); in tpm_unseal()
628 store32(tb, authhandle1); in tpm_unseal()
632 store32(tb, authhandle2); in tpm_unseal()