Home
last modified time | relevance | path

Searched refs:store32 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/crypto/asymmetric_keys/
Dasym_tpm.c73 store32(tb, TPM_LOADKEY2_SIZE + keybloblen); in tpm_loadkey2()
74 store32(tb, TPM_ORD_LOADKEY2); in tpm_loadkey2()
75 store32(tb, keyhandle); in tpm_loadkey2()
77 store32(tb, authhandle); in tpm_loadkey2()
106 store32(tb, TPM_FLUSHSPECIFIC_SIZE); in tpm_flushspecific()
107 store32(tb, TPM_ORD_FLUSHSPECIFIC); in tpm_flushspecific()
108 store32(tb, handle); in tpm_flushspecific()
109 store32(tb, TPM_RT_KEY); in tpm_flushspecific()
160 store32(tb, TPM_UNBIND_SIZE + bloblen); in tpm_unbind()
161 store32(tb, TPM_ORD_UNBIND); in tpm_unbind()
[all …]
/Linux-v5.4/security/keys/
Dtrusted.c411 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()
[all …]
/Linux-v5.4/include/keys/
Dtrusted.h124 static inline void store32(struct tpm_buf *buf, const uint32_t value) in store32() function