Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c61 X509 *cert; in rsa_pem_get_pub_key() local
76 cert = NULL; in rsa_pem_get_pub_key()
77 if (!PEM_read_X509(f, &cert, NULL, NULL)) { in rsa_pem_get_pub_key()
84 key = X509_get_pubkey(cert); in rsa_pem_get_pub_key()
100 X509_free(cert); in rsa_pem_get_pub_key()
108 X509_free(cert); in rsa_pem_get_pub_key()
/rk3399_rockchip-uboot/common/
H A Dattestation_key.c216 static uint32_t write_cert(keymaster_algorithm_t key_type, const uint8_t *cert, in write_cert() argument
224 (uint8_t *)cert, cert_size); in write_cert()
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py2475 def print_atx_certificate(cert): argument
2477 struct.unpack('<I1032s32s32sQ512s', cert))