Searched refs:IFAPI_KEY_TEMPLATE (Results 1 – 8 of 8) sorted by relevance
/external/tpm2-tss/src/tss2-fapi/ |
D | fapi_util.h | 95 IFAPI_KEY_TEMPLATE *template); 194 IFAPI_KEY_TEMPLATE *template);
|
D | fapi_int.h | 158 } IFAPI_KEY_TEMPLATE; typedef 327 IFAPI_KEY_TEMPLATE public_templ; /**< The template for the keys public data */ 451 IFAPI_KEY_TEMPLATE public_templ; /**< The basic template for the keys public data */
|
D | ifapi_helpers.h | 24 ifapi_set_key_flags(const char *type, bool policy, IFAPI_KEY_TEMPLATE *template);
|
D | ifapi_helpers.c | 49 ifapi_set_key_flags(const char *type, bool policy, IFAPI_KEY_TEMPLATE *template) in ifapi_set_key_flags() 58 memset(template, 0, sizeof(IFAPI_KEY_TEMPLATE)); in ifapi_set_key_flags()
|
D | fapi_util.c | 1252 IFAPI_KEY_TEMPLATE *template) in ifapi_merge_profile_into_template() 2921 IFAPI_KEY_TEMPLATE *template) in ifapi_key_create()
|
/external/tpm2-tss/src/tss2-fapi/api/ |
D | Fapi_CreateSeal.c | 186 memset(&context->cmd.Key_Create.public_templ, 0, sizeof(IFAPI_KEY_TEMPLATE)); in Fapi_CreateSeal_Async()
|
D | Fapi_Provision.c | 372 memset(&command->public_templ, 0, sizeof(IFAPI_KEY_TEMPLATE)); in Fapi_Provision_Finish() 673 memset(&command->public_templ, 0, sizeof(IFAPI_KEY_TEMPLATE)); in Fapi_Provision_Finish()
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 2137 \fn TSS2_RC ifapi_set_key_flags(const char *type, bool policy, IFAPI_KEY_TEMPLATE *template) 2223 IFAPI_KEY_TEMPLATE *template) 2267 IFAPI_KEY_TEMPLATE *template)
|