Searched refs:tbs (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/crypto/
H A Dx509_parser.h26 const void *tbs; /* Signed data */ member in struct:x509_certificate
/u-boot/lib/crypto/
H A Dx509_public_key.c87 region.data = cert->tbs;
121 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->digest);
125 ret = is_hash_blacklisted(sig->digest, sig->digest_size, "tbs");
H A Dx509_cert_parser.c196 ctx->cert->tbs = value - hdrlen;
/u-boot/lib/efi_loader/
H A Defi_signature.c300 reg[0].data = cert->tbs;
325 reg[0].data = cert_tmp->tbs;
445 reg[0].data = cert->tbs;

Completed in 58 milliseconds