x509_certificate 27 crypto/asymmetric_keys/pkcs7_parser.c struct x509_certificate *certs; /* Certificate cache */ x509_certificate 28 crypto/asymmetric_keys/pkcs7_parser.c struct x509_certificate **ppcerts; x509_certificate 59 crypto/asymmetric_keys/pkcs7_parser.c struct x509_certificate *cert; x509_certificate 157 crypto/asymmetric_keys/pkcs7_parser.c struct x509_certificate *cert = ctx->certs; x509_certificate 381 crypto/asymmetric_keys/pkcs7_parser.c struct x509_certificate *x509; x509_certificate 19 crypto/asymmetric_keys/pkcs7_parser.h struct x509_certificate *signer; /* Signing certificate (in msg->certs) */ x509_certificate 54 crypto/asymmetric_keys/pkcs7_parser.h struct x509_certificate *certs; /* Certificate list */ x509_certificate 55 crypto/asymmetric_keys/pkcs7_parser.h struct x509_certificate *crl; /* Revocation list */ x509_certificate 27 crypto/asymmetric_keys/pkcs7_trust.c struct x509_certificate *x509, *last = NULL, *p; x509_certificate 162 crypto/asymmetric_keys/pkcs7_trust.c struct x509_certificate *p; x509_certificate 162 crypto/asymmetric_keys/pkcs7_verify.c struct x509_certificate *x509; x509_certificate 204 crypto/asymmetric_keys/pkcs7_verify.c struct x509_certificate *x509 = sinfo->signer, *p; x509_certificate 20 crypto/asymmetric_keys/x509_cert_parser.c struct x509_certificate *cert; /* Certificate being constructed */ x509_certificate 46 crypto/asymmetric_keys/x509_cert_parser.c void x509_free_certificate(struct x509_certificate *cert) x509_certificate 63 crypto/asymmetric_keys/x509_cert_parser.c struct x509_certificate *x509_cert_parse(const void *data, size_t datalen) x509_certificate 65 crypto/asymmetric_keys/x509_cert_parser.c struct x509_certificate *cert; x509_certificate 71 crypto/asymmetric_keys/x509_cert_parser.c cert = kzalloc(sizeof(struct x509_certificate), GFP_KERNEL); x509_certificate 13 crypto/asymmetric_keys/x509_parser.h struct x509_certificate *next; x509_certificate 14 crypto/asymmetric_keys/x509_parser.h struct x509_certificate *signer; /* Certificate that signed this one */ x509_certificate 47 crypto/asymmetric_keys/x509_parser.h extern void x509_free_certificate(struct x509_certificate *cert); x509_certificate 48 crypto/asymmetric_keys/x509_parser.h extern struct x509_certificate *x509_cert_parse(const void *data, size_t datalen); x509_certificate 56 crypto/asymmetric_keys/x509_parser.h extern int x509_get_sig_params(struct x509_certificate *cert); x509_certificate 57 crypto/asymmetric_keys/x509_parser.h extern int x509_check_for_self_signed(struct x509_certificate *cert); x509_certificate 23 crypto/asymmetric_keys/x509_public_key.c int x509_get_sig_params(struct x509_certificate *cert) x509_certificate 101 crypto/asymmetric_keys/x509_public_key.c int x509_check_for_self_signed(struct x509_certificate *cert) x509_certificate 159 crypto/asymmetric_keys/x509_public_key.c struct x509_certificate *cert;