Home
last modified time | relevance | path

Searched refs:Key_Sign (Results 1 – 4 of 4) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c2378 switch (context->Key_Sign.state) { in ifapi_load_key()
2379 statecase(context->Key_Sign.state, SIGN_INIT); in ifapi_load_key()
2380 context->Key_Sign.keyPath = keyPath; in ifapi_load_key()
2389 statecase(context->Key_Sign.state, SIGN_WAIT_FOR_SESSION); in ifapi_load_key()
2390 r = ifapi_profiles_get(&context->profiles, context->Key_Sign.keyPath, &profile); in ifapi_load_key()
2398 r = ifapi_load_keys_async(context, context->Key_Sign.keyPath); in ifapi_load_key()
2402 statecase(context->Key_Sign.state, SIGN_WAIT_FOR_KEY); in ifapi_load_key()
2404 &context->Key_Sign.handle, in ifapi_load_key()
2409 context->Key_Sign.state = SIGN_INIT; in ifapi_load_key()
2412 statecasedefault(context->Key_Sign.state); in ifapi_load_key()
[all …]
Dfapi_int.h1008 IFAPI_Key_Sign Key_Sign; /**< State information for key signing */ member
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_Sign.c197 IFAPI_Key_Sign * command = &context->Key_Sign; in Fapi_Sign_Async()
274 IFAPI_Key_Sign * command = &context->Key_Sign; in Fapi_Sign_Finish()
DFapi_AuthorizePolicy.c255 IFAPI_OBJECT ** keyObject = &context->Key_Sign.key_object; in Fapi_AuthorizePolicy_Finish()