Lines Matching refs:request

53     void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
54 void SupportedAlgorithms(const SupportedAlgorithmsRequest& request,
56 void SupportedBlockModes(const SupportedBlockModesRequest& request,
58 void SupportedPaddingModes(const SupportedPaddingModesRequest& request,
60 void SupportedDigests(const SupportedDigestsRequest& request,
62 void SupportedImportFormats(const SupportedImportFormatsRequest& request,
64 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
67 void AddRngEntropy(const AddEntropyRequest& request, AddEntropyResponse* response);
68 void Configure(const ConfigureRequest& request, ConfigureResponse* response);
69 void GenerateKey(const GenerateKeyRequest& request, GenerateKeyResponse* response);
70 void GetKeyCharacteristics(const GetKeyCharacteristicsRequest& request,
72 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);
73 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
74 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
75 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
76 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
77 void DeleteAllKeys(const DeleteAllKeysRequest& request, DeleteAllKeysResponse* response);
78 void BeginOperation(const BeginOperationRequest& request, BeginOperationResponse* response);
79 void UpdateOperation(const UpdateOperationRequest& request, UpdateOperationResponse* response);
80 void FinishOperation(const FinishOperationRequest& request, FinishOperationResponse* response);
81 void AbortOperation(const AbortOperationRequest& request, AbortOperationResponse* response);