Home
last modified time | relevance | path

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

/security/keys/
Dtrusted.c185 uint32_t ordinal; in TSS_checkhmac1() local
203 ordinal = command; in TSS_checkhmac1()
225 ret = crypto_shash_update(&sdesc->shash, (const u8 *)&ordinal, in TSS_checkhmac1()
226 sizeof ordinal); in TSS_checkhmac1()
272 uint32_t ordinal; in TSS_checkhmac2() local
291 ordinal = command; in TSS_checkhmac2()
318 ret = crypto_shash_update(&sdesc->shash, (const u8 *)&ordinal, in TSS_checkhmac2()
319 sizeof ordinal); in TSS_checkhmac2()
477 uint32_t ordinal; in tpm_seal() local
507 ordinal = htonl(TPM_ORD_SEAL); in tpm_seal()
[all …]