store32            73 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_LOADKEY2_SIZE + keybloblen);
store32            74 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_ORD_LOADKEY2);
store32            75 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, keyhandle);
store32            77 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, authhandle);
store32           106 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_FLUSHSPECIFIC_SIZE);
store32           107 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_ORD_FLUSHSPECIFIC);
store32           108 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, handle);
store32           109 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_RT_KEY);
store32           160 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_UNBIND_SIZE + bloblen);
store32           161 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_ORD_UNBIND);
store32           162 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, keyhandle);
store32           163 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, bloblen);
store32           165 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, authhandle);
store32           246 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_SIGN_SIZE + bloblen);
store32           247 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, TPM_ORD_SIGN);
store32           248 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, keyhandle);
store32           249 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, bloblen);
store32           251 crypto/asymmetric_keys/asym_tpm.c 	store32(tb, authhandle);
store32           411 security/keys/trusted.c 	store32(tb, TPM_OSAP_SIZE);
store32           412 security/keys/trusted.c 	store32(tb, TPM_ORD_OSAP);
store32           414 security/keys/trusted.c 	store32(tb, handle);
store32           442 security/keys/trusted.c 	store32(tb, TPM_OIAP_SIZE);
store32           443 security/keys/trusted.c 	store32(tb, TPM_ORD_OIAP);
store32           540 security/keys/trusted.c 	store32(tb, TPM_SEAL_SIZE + pcrinfosize + datalen);
store32           541 security/keys/trusted.c 	store32(tb, TPM_ORD_SEAL);
store32           542 security/keys/trusted.c 	store32(tb, keyhandle);
store32           544 security/keys/trusted.c 	store32(tb, pcrinfosize);
store32           546 security/keys/trusted.c 	store32(tb, datalen);
store32           548 security/keys/trusted.c 	store32(tb, sess.handle);
store32           633 security/keys/trusted.c 	store32(tb, TPM_UNSEAL_SIZE + bloblen);
store32           634 security/keys/trusted.c 	store32(tb, TPM_ORD_UNSEAL);
store32           635 security/keys/trusted.c 	store32(tb, keyhandle);
store32           637 security/keys/trusted.c 	store32(tb, authhandle1);
store32           641 security/keys/trusted.c 	store32(tb, authhandle2);