HomeSort by relevance Sort by last modified time
    Searched refs:GetRandomSync (Results 1 - 5 of 5) sorted by null

  /system/tpm/trunks/
tpm_utility_test.cc 386 EXPECT_CALL(mock_tpm_, GetRandomSync(_, _, &mock_authorization_delegate_))
390 EXPECT_CALL(mock_tpm_, GetRandomSync(8, _, &mock_authorization_delegate_))
401 EXPECT_CALL(mock_tpm_, GetRandomSync(_, _, nullptr))
    [all...]
mock_tpm.h 451 MOCK_METHOD3(GetRandomSync,
    [all...]
tpm_utility_impl.cc 337 rc = factory_.GetTpm()->GetRandomSync(bytes_left, &digest, delegate);
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]

Completed in 58 milliseconds