Home
last modified time | relevance | path

Searched defs:x509_certificate (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_parser.h12 struct x509_certificate { struct
13 struct x509_certificate *next; argument
14 struct x509_certificate *signer; /* Certificate that signed this one */ argument
15 struct public_key *pub; /* Public key details */
16 struct public_key_signature *sig; /* Signature parameters */
17 char *issuer; /* Name of certificate issuer */
18 char *subject; /* Name of certificate subject */
19 struct asymmetric_key_id *id; /* Issuer + Serial number */
21 time64_t valid_from;
22 time64_t valid_to;
[all …]