2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
keymaster_ec_keygen_params_t 構造体リファレンス
#include <
keymaster_common.h
>
EC 鍵の生成に必要なパラメータ。
バージョン 2 では、フィールドサイズのみがパラメータです。サイズは、次の必須曲線に対応しています。
192 = NIST P-192 224 = NIST P-224 256 = NIST P-256 384 = NIST P-384 521 = NIST P-521
これらの曲線のパラメータは、
http://www.nsa.gov/ia/_files/nist-routines.pdf
の第 4 章で確認できます。
ファイル
keymaster_common.h
の
156 行
の定義。
この構造体のドキュメントは、次のファイルから生成されました。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Android Hardware Abstraction Layer: keymaster_ec_keygen_params_t Struct Reference\n\nkeymaster_ec_keygen_params_t Struct Reference\n=============================================\n\n[Data Fields](#pub-attribs) \nkeymaster_ec_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 | [field_size](/reference/hal/structkeymaster__ec__keygen__params__t#a85f91712ec4fffda3a0453f88282fc6e) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\nParameters needed to generate an EC key.\n\n\nField size is the only parameter in version 2. The sizes correspond to these required curves:\n\n\n192 = NIST P-192 224 = NIST P-224 256 = NIST P-256 384 = NIST P-384 521 = NIST P-521\n\n\nThe parameters for these curves are available at:\n\u003chttp://www.nsa.gov/ia/_files/nist-routines.pdf\u003e\nin Chapter 4.\n\n\nDefinition at line\n[156](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| uint32_t field_size |\n\n\nDefinition at line\n[157](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)"]]