Lines Matching defs:response
79 SupportedResponse<T>* response) { in check_supported()
98 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
118 SupportedResponse<T>* response) { in GetSupported()
134 SupportedBlockModesResponse* response) { in SupportedBlockModes()
140 SupportedPaddingModesResponse* response) { in SupportedPaddingModes()
146 SupportedDigestsResponse* response) { in SupportedDigests()
152 SupportedImportFormatsResponse* response) { in SupportedImportFormats()
163 SupportedExportFormatsResponse* response) { in SupportedExportFormats()
174 GetHmacSharingParametersResponse response; in GetHmacSharingParameters() local
187 ComputeSharedHmacResponse response; in ComputeSharedHmac() local
202 VerifyAuthorizationResponse response; in VerifyAuthorization() local
211 AddEntropyResponse* response) { in AddRngEntropy()
217 GenerateKeyResponse* response) { in GenerateKey()
239 GetKeyCharacteristicsResponse* response) { in GetKeyCharacteristics()
258 BeginOperationResponse* response) { in BeginOperation()
303 UpdateOperationResponse* response) { in UpdateOperation()
332 FinishOperationResponse* response) { in FinishOperation()
357 AbortOperationResponse* response) { in AbortOperation()
371 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
390 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey()
418 void AndroidKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey()
430 void AndroidKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey()
451 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()
457 void AndroidKeymaster::DeleteAllKeys(const DeleteAllKeysRequest&, DeleteAllKeysResponse* response) { in DeleteAllKeys()
463 void AndroidKeymaster::Configure(const ConfigureRequest& request, ConfigureResponse* response) { in Configure()
486 ImportWrappedKeyResponse* response) { in ImportWrappedKey()