Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-fapi/
Difapi_profiles.h19 … TPMT_SIG_SCHEME ecc_signing_scheme; /**< < Signing scheme for the ECC key. */ member
Difapi_profiles.c360 memset(&out->ecc_signing_scheme, 0, sizeof(TPMT_SIG_SCHEME)); in ifapi_profile_json_deserialize()
362 r = ifapi_json_TPMT_SIG_SCHEME_deserialize(jso2, &out->ecc_signing_scheme); in ifapi_profile_json_deserialize()
Dfapi_util.c658 pkey->signing_scheme = context->profiles.default_profile.ecc_signing_scheme; in ifapi_init_primary_finish()
1286 profile->ecc_signing_scheme.scheme; in ifapi_merge_profile_into_template()
1288 &profile->ecc_signing_scheme.details, sizeof(TPMU_ASYM_SCHEME)); in ifapi_merge_profile_into_template()
3061 object->misc.key.signing_scheme = context->cmd.Key_Create.profile->ecc_signing_scheme; in ifapi_key_create()
Dfapi_crypto.c73 *signatureScheme = profile->ecc_signing_scheme; in ifapi_get_profile_sig_scheme()