החל מ-27 במרץ 2025, מומלץ להשתמש ב-android-latest-release
במקום ב-aosp-main
כדי ליצור תרומות ל-AOSP. מידע נוסף זמין במאמר שינויים ב-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
הפרמטרים של העקומות האלה זמינים בקטע 4 במאמר:
http://www.nsa.gov/ia/_files/nist-routines.pdf
.
ההגדרה מופיעה בשורה
156
בקובץ
keymaster_common.h
.
התיעוד של המבנה הזה נוצר מהקובץ הבא:
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. 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)"]]