Searched defs:MAX_MESSAGE_VERSION (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h67 * the latest version (MAX_MESSAGE_VERSION). Client code must take care to check versions and pass
74 const int32_t MAX_MESSAGE_VERSION = 3; member in namespace:keymaster
131 explicit SupportedAlgorithmsRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
156 explicit SupportedImportFormatsRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
161 explicit SupportedExportFormatsRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
166 explicit SupportedByAlgorithmAndPurposeRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
184 explicit SupportedBlockModesRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
189 explicit SupportedPaddingModesRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
194 explicit SupportedDigestsRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
237 explicit SupportedAlgorithmsResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
242 SupportedBlockModesResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
247 SupportedPaddingModesResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
252 SupportedDigestsResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
257 SupportedImportFormatsResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
262 SupportedExportFormatsResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
267 GenerateKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
281 GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
297 GetKeyCharacteristicsRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
318 GetKeyCharacteristicsResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
329 BeginOperationRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
350 BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
361 UpdateOperationRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
373 UpdateOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
386 FinishOperationRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
399 FinishOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
410 AbortOperationRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
424 AbortOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
432 AddEntropyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
442 AddEntropyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
454 ImportKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
474 ImportKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
495 ExportKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
516 ExportKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
534 DeleteKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
553 DeleteKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
561 DeleteAllKeysRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
569 DeleteAllKeysResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
598 AttestKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
618 AttestKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
634 UpgradeKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
653 UpgradeKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
666 ConfigureRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
683 ConfigureResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
727 GetHmacSharingParametersResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
746 ComputeSharedHmacRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
760 ComputeSharedHmacResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
774 ImportWrappedKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
798 ImportWrappedKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
859 VerifyAuthorizationRequest(int32_t ver = MAX_MESSAGE_VERSION) argument
886 VerifyAuthorizationResponse(int32_t ver = MAX_MESSAGE_VERSION) argument
[all...]

Completed in 18 milliseconds