HomeSort by relevance Sort by last modified time
    Searched full:encryption_key (Results 1 - 6 of 6) sorted by null

  /system/tpm/trunks/
tpm_utility_impl.cc 808 TPM2B_DATA encryption_key; local
809 encryption_key.size = kAesKeySize;
810 CHECK_EQ(RAND_bytes(encryption_key.buffer, encryption_key.size), 1) <<
825 &private_data, &encryption_key);
835 encryption_key,
    [all...]
tpm_utility_impl.h 195 TPM2B_DATA* encryption_key);
tpm_utility_test.cc 1242 TPM2B_DATA encryption_key; local
    [all...]
mock_tpm.h 302 const TPM2B_DATA& encryption_key,
312 const TPM2B_DATA& encryption_key,
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]

Completed in 208 milliseconds