Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dattestation_key.c56 KM_ALGORITHM_EC = 3, enumerator
77 case KM_ALGORITHM_EC: in get_keyslot_str()
367 write_key(KM_ALGORITHM_EC, key_name, key.data, key.data_length); in load_attestation_key()
376 write_cert_chain_length(KM_ALGORITHM_EC, in load_attestation_key()
381 write_cert(KM_ALGORITHM_EC, certchain.entries[i].data, in load_attestation_key()
474 TEEC_Result ret_ec=write_key(KM_ALGORITHM_EC, key_name, key_data, key_data_length); in write_attestation_key_to_secure_storage()