Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dx509_parser.h13 struct x509_certificate { struct
14 struct x509_certificate *next; argument
15 struct x509_certificate *signer; /* Certificate that signed this one */ argument
47 extern void x509_free_certificate(struct x509_certificate *cert); argument
48 DEFINE_FREE(x509_free_certificate, struct x509_certificate *,
50 extern struct x509_certificate *x509_cert_parse(const void *data, size_t datalen);
58 extern int x509_get_sig_params(struct x509_certificate *cert);
59 extern int x509_check_for_self_signed(struct x509_certificate *cert);
H A Dpkcs7_parser.h19 struct x509_certificate *signer; /* Signing certificate (in msg->certs) */
53 struct x509_certificate *certs; /* Certificate list */
54 struct x509_certificate *crl; /* Revocation list */
H A Dx509_public_key.c25 int x509_get_sig_params(struct x509_certificate *cert) in x509_get_sig_params()
106 int x509_check_for_self_signed(struct x509_certificate *cert) in x509_check_for_self_signed()
164 struct x509_certificate *cert __free(x509_free_certificate); in x509_key_preparse()
H A Dpkcs7_trust.c27 struct x509_certificate *x509, *last = NULL, *p; in pkcs7_validate_trust_one()
162 struct x509_certificate *p; in pkcs7_validate_trust()
H A Dpkcs7_parser.c27 struct x509_certificate *certs; /* Certificate cache */
28 struct x509_certificate **ppcerts;
59 struct x509_certificate *cert; in pkcs7_free_message()
157 struct x509_certificate *cert = ctx->certs; in pkcs7_parse_message()
413 struct x509_certificate *x509; in pkcs7_extract_cert()
H A Dx509_cert_parser.c20 struct x509_certificate *cert; /* Certificate being constructed */
44 void x509_free_certificate(struct x509_certificate *cert) in x509_free_certificate()
61 struct x509_certificate *x509_cert_parse(const void *data, size_t datalen) in x509_cert_parse()
63 struct x509_certificate *cert __free(x509_free_certificate); in x509_cert_parse()
68 cert = kzalloc(sizeof(struct x509_certificate), GFP_KERNEL); in x509_cert_parse()
H A Dpkcs7_verify.c161 struct x509_certificate *x509; in pkcs7_find_key()
197 struct x509_certificate *x509 = sinfo->signer, *p; in pkcs7_verify_sig_chain()