Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
keymaster_dsa_keygen_params_t Struct Reference
#include <
keymaster_common.h
>
Parameters needed to generate a DSA key.
Definition at line
132
of file
keymaster_common.h
.
The documentation for this struct was generated from the following file:
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-10-02 UTC."],[],[],null,["# Android Hardware Abstraction Layer: keymaster_dsa_keygen_params_t Struct Reference\n\nkeymaster_dsa_keygen_params_t Struct Reference\n==============================================\n\n[Data Fields](#pub-attribs) \nkeymaster_dsa_keygen_params_t Struct Reference \n\n`\n#include \u003c\n`[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)`\n\u003e\n`\n\n|------------------|-----------------------------------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| uint32_t | [key_size](/reference/hal/structkeymaster__dsa__keygen__params__t#a83844a351f4b92ad62ba71b38733aa04) |\n| ||\n| uint32_t | [generator_len](/reference/hal/structkeymaster__dsa__keygen__params__t#a9d938f799f20f0db616ed53931e7faca) |\n| ||\n| uint32_t | [prime_p_len](/reference/hal/structkeymaster__dsa__keygen__params__t#a1d743b864df91fffd8fa85c9eaac17d4) |\n| ||\n| uint32_t | [prime_q_len](/reference/hal/structkeymaster__dsa__keygen__params__t#a7a95c7a903b63c5b887927e56961aea4) |\n| ||\n| const uint8_t \\* | [generator](/reference/hal/structkeymaster__dsa__keygen__params__t#afed5a7c5c62153197185a58fb7c0fab5) |\n| ||\n| const uint8_t \\* | [prime_p](/reference/hal/structkeymaster__dsa__keygen__params__t#a1dab66aba7531084f88017de161b3887) |\n| ||\n| const uint8_t \\* | [prime_q](/reference/hal/structkeymaster__dsa__keygen__params__t#a979fe9486ba2515e0d5d0cad0a536765) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nParameters needed to generate a DSA key.\n\n\nDefinition at line\n[132](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\nField Documentation\n-------------------\n\n\n|---------------------------|\n| const uint8_t\\* generator |\n\n\nDefinition at line\n[137](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\n|------------------------|\n| uint32_t generator_len |\n\n\nDefinition at line\n[134](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\n|-------------------|\n| uint32_t key_size |\n\n\nDefinition at line\n[133](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\n|-------------------------|\n| const uint8_t\\* prime_p |\n\n\nDefinition at line\n[138](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\n|----------------------|\n| uint32_t prime_p_len |\n\n\nDefinition at line\n[135](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\n|-------------------------|\n| const uint8_t\\* prime_q |\n\n\nDefinition at line\n[139](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\n|----------------------|\n| uint32_t prime_q_len |\n\n\nDefinition at line\n[136](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\nof file\n[keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [keymaster_common.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/keymaster_common.h)"]]