Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dattestation_key.c232 char cert_chain_length_file[STORAGE_ID_LENGTH_MAX] = {0}; in write_cert_chain_length() local
236 snprintf(cert_chain_length_file, STORAGE_ID_LENGTH_MAX, "%s.%s.length", in write_cert_chain_length()
238 write_to_keymaster((uint8_t *)cert_chain_length_file, in write_cert_chain_length()
239 strlen(cert_chain_length_file), &data, len); in write_cert_chain_length()