Home
last modified time | relevance | path

Searched refs:x509_certificate (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dx509_parser.h12 struct x509_certificate { struct
13 struct x509_certificate *next;
14 struct x509_certificate *signer; /* Certificate that signed this one */
47 extern void x509_free_certificate(struct x509_certificate *cert);
48 extern struct x509_certificate *x509_cert_parse(const void *data, size_t datalen);
56 extern int x509_get_sig_params(struct x509_certificate *cert);
57 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) */
60 struct x509_certificate *certs; /* Certificate list */
61 struct x509_certificate *crl; /* Revocation list */
H A Dx509_public_key.c23 int x509_get_sig_params(struct x509_certificate *cert) in x509_get_sig_params()
104 int x509_check_for_self_signed(struct x509_certificate *cert) in x509_check_for_self_signed()
163 struct x509_certificate *cert; in x509_key_preparse()
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()
389 struct x509_certificate *x509; in pkcs7_extract_cert()
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 Dx509_cert_parser.c20 struct x509_certificate *cert; /* Certificate being constructed */
46 void x509_free_certificate(struct x509_certificate *cert) in x509_free_certificate()
63 struct x509_certificate *x509_cert_parse(const void *data, size_t datalen) in x509_cert_parse()
65 struct x509_certificate *cert; in x509_cert_parse()
71 cert = kzalloc(sizeof(struct x509_certificate), GFP_KERNEL); in x509_cert_parse()
H A Dpkcs7_verify.c162 struct x509_certificate *x509; in pkcs7_find_key()
198 struct x509_certificate *x509 = sinfo->signer, *p; in pkcs7_verify_sig_chain()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dx509_parser.h12 struct x509_certificate { struct
13 struct x509_certificate *next;
14 struct x509_certificate *signer; /* Certificate that signed this one */
46 extern void x509_free_certificate(struct x509_certificate *cert);
47 extern struct x509_certificate *x509_cert_parse(const void *data, size_t datalen);
55 extern int x509_get_sig_params(struct x509_certificate *cert);
56 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) */
58 struct x509_certificate *certs; /* Certificate list */
59 struct x509_certificate *crl; /* Revocation list */
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()
407 struct x509_certificate *x509; in pkcs7_extract_cert()
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 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()
165 struct x509_certificate *cert; in x509_key_preparse()
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; in x509_cert_parse()
69 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()
/kernel/linux/common_modules/code_sign/
H A Dverify_cert_chain.c31 struct x509_certificate *cert; in pkcs7_find_key()
110 static struct cert_source *find_matched_source(const struct x509_certificate *signer, bool is_debug) in find_matched_source()
167 const struct x509_certificate *signer = sinfo->signer; in code_sign_verify_certchain()
189 struct x509_certificate* cert = pkcs7->certs; in code_sign_verify_certchain()

Completed in 11 milliseconds