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

  /system/tpm/attestation/common/
tpm_utility.h 79 // Unbinds |bound_data| with the key loaded from |key_blob| by decrypting
84 const std::string& bound_data,
tpm_utility_v1.h 61 const std::string& bound_data,
tpm_utility_v1.cc 393 const std::string& bound_data,
412 std::string mutable_bound_data(bound_data);
415 TSS_TSPATTRIB_ENCDATABLOB_BLOB, bound_data.size(),
crypto_utility_impl.cc 275 std::string bound_data = header + data; local
285 if (!TpmCompatibleOAEPEncrypt(bound_data, rsa.get(), encrypted_data)) {

Completed in 63 milliseconds