Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dattestation_key.c219 char cert_file[STORAGE_ID_LENGTH_MAX] = {0}; in write_cert() local
221 snprintf(cert_file, STORAGE_ID_LENGTH_MAX, "%s.%s.%d", ATTESTATION_CERT_PREFIX, in write_cert()
223 write_to_keymaster((uint8_t *)cert_file, strlen(cert_file), in write_cert()