• Home
  • Raw
  • Download

Lines Matching defs:response

65 void TrustyKeymaster::GetVersion(const GetVersionRequest& request, GetVersionResponse* response) {  in GetVersion()
70 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
75 SupportedBlockModesResponse* response) { in SupportedBlockModes()
80 SupportedPaddingModesResponse* response) { in SupportedPaddingModes()
85 SupportedDigestsResponse* response) { in SupportedDigests()
90 SupportedImportFormatsResponse* response) { in SupportedImportFormats()
95 SupportedExportFormatsResponse* response) { in SupportedExportFormats()
100 AddEntropyResponse* response) { in AddRngEntropy()
104 void TrustyKeymaster::Configure(const ConfigureRequest& request, ConfigureResponse* response) { in Configure()
109 GenerateKeyResponse* response) { in GenerateKey()
121 GetKeyCharacteristicsResponse* response) { in GetKeyCharacteristics()
125 void TrustyKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey()
130 ImportWrappedKeyResponse* response) { in ImportWrappedKey()
134 void TrustyKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
138 void TrustyKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
142 void TrustyKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
146 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()
151 DeleteAllKeysResponse* response) { in DeleteAllKeys()
156 BeginOperationResponse* response) { in BeginOperation()
161 UpdateOperationResponse* response) { in UpdateOperation()
166 FinishOperationResponse* response) { in FinishOperation()
171 AbortOperationResponse* response) { in AbortOperation()
177 GetHmacSharingParametersResponse response; in GetHmacSharingParameters() local
184 ComputeSharedHmacResponse response; in ComputeSharedHmac() local
191 VerifyAuthorizationResponse response; in VerifyAuthorization() local