Searched refs:sess (Results 1 – 1 of 1) sorted by relevance
/security/keys/ |
D | trusted.c | 474 struct osapsess sess; in tpm_seal() local 492 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 495 dump_sess(&sess); in tpm_seal() 498 memcpy(td->xorwork, sess.secret, SHA1_DIGEST_SIZE); in tpm_seal() 499 memcpy(td->xorwork + SHA1_DIGEST_SIZE, sess.enonce, SHA1_DIGEST_SIZE); in tpm_seal() 519 ret = TSS_authhmac(td->pubauth, sess.secret, SHA1_DIGEST_SIZE, in tpm_seal() 520 sess.enonce, td->nonceodd, cont, in tpm_seal() 527 ret = TSS_authhmac(td->pubauth, sess.secret, SHA1_DIGEST_SIZE, in tpm_seal() 528 sess.enonce, td->nonceodd, cont, in tpm_seal() 548 store32(tb, sess.handle); in tpm_seal() [all …]
|