Searched refs:x509_certificate (Results 1 – 8 of 8) sorted by relevance
15 struct x509_certificate { struct16 struct x509_certificate *next; argument17 struct x509_certificate *signer; /* Certificate that signed this one */ argument50 extern void x509_free_certificate(struct x509_certificate *cert); argument51 extern struct x509_certificate *x509_cert_parse(const void *data, size_t datalen);59 extern int x509_get_sig_params(struct x509_certificate *cert);61 struct x509_certificate *cert);
23 struct x509_certificate *signer; /* Signing certificate (in msg->certs) */50 struct x509_certificate *certs; /* Certificate list */51 struct x509_certificate *crl; /* Revocation list */
26 struct x509_certificate *certs; /* Certificate cache */27 struct x509_certificate **ppcerts;57 struct x509_certificate *cert; in pkcs7_free_message()118 struct x509_certificate *cert = ctx->certs; in pkcs7_parse_message()236 struct x509_certificate *x509; in pkcs7_extract_cert()
128 int x509_get_sig_params(struct x509_certificate *cert) in x509_get_sig_params()194 struct x509_certificate *cert) in x509_check_signature()221 static int x509_validate_trust(struct x509_certificate *cert, in x509_validate_trust()250 struct x509_certificate *cert; in x509_key_preparse()
31 struct x509_certificate *x509, *last = NULL, *p; in pkcs7_validate_trust_one()173 struct x509_certificate *p; in pkcs7_validate_trust()
131 struct x509_certificate *x509; in pkcs7_find_key()172 struct x509_certificate *x509 = sinfo->signer, *p; in pkcs7_verify_sig_chain()331 struct x509_certificate *x509; in pkcs7_verify()
25 struct x509_certificate *cert; /* Certificate being constructed */48 void x509_free_certificate(struct x509_certificate *cert) in x509_free_certificate()68 struct x509_certificate *x509_cert_parse(const void *data, size_t datalen) in x509_cert_parse()70 struct x509_certificate *cert; in x509_cert_parse()76 cert = kzalloc(sizeof(struct x509_certificate), GFP_KERNEL); in x509_cert_parse()
80 my $x509_certificate = read_file($x509);195 my $cursor = [ 0, length($x509_certificate), \$x509_certificate ];