Searched refs:issuer (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/crypto/
H A Dx509_parser.h20 char *issuer; /* Name of certificate issuer */ member in struct:x509_certificate
33 const void *raw_issuer; /* Raw issuer name in ASN.1 */
/u-boot/lib/crypto/
H A Dx509_cert_parser.c63 kfree(cert->issuer);
135 /* Generate cert issuer + serial number key ID */
338 * Fabricate and save the issuer and subject names
422 return x509_fabricate_name(ctx, hdrlen, tag, &ctx->cert->issuer, vlen);
H A Dx509_public_key.c215 pr_devel("Cert Issuer: %s\n", cert->issuer);
H A Dpkcs7_verify.c281 * uses the issuer's name and the issuing certificate serial number for
282 * matching purposes. These must match the certificate issuer's name (not
381 pr_debug("- issuer %s\n", x509->issuer);
439 /* We matched issuer + serialNumber, but if there's an
/u-boot/cmd/
H A Deficonfig_sbkey.c256 cert_tmp->subject, cert_tmp->issuer);
/u-boot/test/lib/
H A Dasn1.c126 ut_assertf(!strcmp(cert->issuer, "Linaro: Tester"),
127 "issuer doesn't match\n");

Completed in 104 milliseconds