Lines Matching defs:certs
27 struct x509_certificate *certs; /* Certificate cache */
63 while (pkcs7->certs) {
64 cert = pkcs7->certs;
65 pkcs7->certs = cert->next;
136 ctx->ppcerts = &ctx->certs;
156 while (ctx->certs) {
157 struct x509_certificate *cert = ctx->certs;
158 ctx->certs = cert->next;
450 *ctx->ppcerts = ctx->msg->certs;
451 ctx->msg->certs = ctx->certs;
452 ctx->certs = NULL;
453 ctx->ppcerts = &ctx->certs;
551 * are also used as extendedKeyUsage types in X.509 certs.