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

  /system/tpm/attestation/server/
attestation_service.cc 195 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) {
432 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) {
463 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) {
496 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) {
703 bool AttestationService::FindKeyByLabel(const std::string& username,
attestation_service.h 237 bool FindKeyByLabel(const std::string& username,

Completed in 89 milliseconds