Symbol: x509_certificate
crypto/asymmetric_keys/pkcs7_parser.c
171
struct x509_certificate *cert = ctx->certs;
crypto/asymmetric_keys/pkcs7_parser.c
27
struct x509_certificate *certs; /* Certificate cache */
crypto/asymmetric_keys/pkcs7_parser.c
28
struct x509_certificate **ppcerts;
crypto/asymmetric_keys/pkcs7_parser.c
438
struct x509_certificate *x509;
crypto/asymmetric_keys/pkcs7_parser.c
59
struct x509_certificate *cert;
crypto/asymmetric_keys/pkcs7_parser.h
19
struct x509_certificate *signer; /* Signing certificate (in msg->certs) */
crypto/asymmetric_keys/pkcs7_parser.h
53
struct x509_certificate *certs; /* Certificate list */
crypto/asymmetric_keys/pkcs7_parser.h
54
struct x509_certificate *crl; /* Revocation list */
crypto/asymmetric_keys/pkcs7_trust.c
162
struct x509_certificate *p;
crypto/asymmetric_keys/pkcs7_trust.c
27
struct x509_certificate *x509, *last = NULL, *p;
crypto/asymmetric_keys/pkcs7_verify.c
179
struct x509_certificate *x509;
crypto/asymmetric_keys/pkcs7_verify.c
215
struct x509_certificate *x509 = sinfo->signer, *p;
crypto/asymmetric_keys/x509_cert_parser.c
20
struct x509_certificate *cert; /* Certificate being constructed */
crypto/asymmetric_keys/x509_cert_parser.c
44
void x509_free_certificate(struct x509_certificate *cert)
crypto/asymmetric_keys/x509_cert_parser.c
61
struct x509_certificate *x509_cert_parse(const void *data, size_t datalen)
crypto/asymmetric_keys/x509_cert_parser.c
63
struct x509_certificate *cert __free(x509_free_certificate) = NULL;
crypto/asymmetric_keys/x509_cert_parser.c
68
cert = kzalloc_obj(struct x509_certificate);
crypto/asymmetric_keys/x509_parser.h
15
struct x509_certificate *next;
crypto/asymmetric_keys/x509_parser.h
16
struct x509_certificate *signer; /* Certificate that signed this one */
crypto/asymmetric_keys/x509_parser.h
49
extern void x509_free_certificate(struct x509_certificate *cert);
crypto/asymmetric_keys/x509_parser.h
50
DEFINE_FREE(x509_free_certificate, struct x509_certificate *,
crypto/asymmetric_keys/x509_parser.h
52
extern struct x509_certificate *x509_cert_parse(const void *data, size_t datalen);
crypto/asymmetric_keys/x509_parser.h
60
extern int x509_get_sig_params(struct x509_certificate *cert);
crypto/asymmetric_keys/x509_parser.h
61
extern int x509_check_for_self_signed(struct x509_certificate *cert);
crypto/asymmetric_keys/x509_public_key.c
106
int x509_check_for_self_signed(struct x509_certificate *cert)
crypto/asymmetric_keys/x509_public_key.c
164
struct x509_certificate *cert __free(x509_free_certificate) = NULL;
crypto/asymmetric_keys/x509_public_key.c
25
int x509_get_sig_params(struct x509_certificate *cert)