Searched defs:fingerprints (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drootcert.c56 /** Root certificate fingerprints */
57 static const uint8_t fingerprints[] = { TRUSTED }; variable
62 .description = "Trusted root certificate fingerprints",
70 .count = ( sizeof ( fingerprints ) / FINGERPRINT_LEN ),
71 .fingerprints = fingerprints,
82 * list of trusted root certificate fingerprints to be overridden
107 "trusted root certificate fingerprints: %s\n",
118 root_certificates.fingerprints = external;
125 DBGC_HDA ( &root_certificates, 0, root_certificates.fingerprints,
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dx509.h321 /** Certificate fingerprints */
322 const void *fingerprints; member in struct:x509_root

Completed in 52 milliseconds