Searched refs:CopySizedByteBuffer (Results 1 – 7 of 7) sorted by relevance
/external/tpm2-tss/test/integration/ |
D | sapi-entity-util.c | 32 CopySizedByteBuffer((TPM2B *)&e->entityAuth, (TPM2B *)auth); in AddEntity() 58 CopySizedByteBuffer((TPM2B *)auth, (TPM2B *)&e->entityAuth); in GetEntityAuth()
|
D | sapi-session-util.c | 196 CopySizedByteBuffer((TPM2B *)&hmac_key, (TPM2B *)&session->sessionKey); in compute_command_hmac() 248 CopySizedByteBuffer((TPM2B *)&hmac_key, (TPM2B *)&session->sessionKey); in check_response_hmac() 299 CopySizedByteBuffer((TPM2B *)&session->nonceOlder, (TPM2B *)nonceCaller); in create_auth_session() 300 CopySizedByteBuffer((TPM2B *)&session->encryptedSalt, (TPM2B *)encryptedSalt); in create_auth_session() 307 CopySizedByteBuffer((TPM2B *)&session->authValueBind, (TPM2B *)bindAuth); in create_auth_session() 310 CopySizedByteBuffer((TPM2B *)&session->salt, (TPM2B *)salt); in create_auth_session() 566 CopySizedByteBuffer((TPM2B *)&sessionValue, (TPM2B *)&session->sessionKey); in gen_session_key() 648 CopySizedByteBuffer((TPM2B *)&key, (TPM2B *)&session->sessionKey); in encrypt_decrypt_xor()
|
D | sapi-util.h | 208 CopySizedByteBuffer(
|
D | sapi-util.c | 619 CopySizedByteBuffer( in CopySizedByteBuffer() function 676 CopySizedByteBuffer ((TPM2B*)&publicInfo.nvPublic.authPolicy, in DefineNvIndex()
|
D | sapi-param-encrypt-decrypt.int.c | 70 CopySizedByteBuffer((TPM2B *)&nv_public.nvPublic.authPolicy, (TPM2B *)&policy_auth); in test_invoke()
|
/external/tpm2-tss/test/tpmclient/ |
D | tpmclient.int.c | 1111 CopySizedByteBuffer((TPM2B *)&inSensitive.sensitive.userAuth, (TPM2B *)&blobAuth); in CreateDataBlob() 1114 CopySizedByteBuffer((TPM2B *)&inSensitive.sensitive.data, (TPM2B *)&data); in CreateDataBlob() 1121 CopySizedByteBuffer((TPM2B *)&inPublic.publicArea.authPolicy, (TPM2B *)policyDigest); in CreateDataBlob()
|
/external/tpm2-tss/ |
D | CHANGELOG.md | 754 CopySizedByteBuffer
|