Searched refs:raw_sig_size (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/crypto/
H A Dx509_parser.h28 unsigned raw_sig_size; /* Size of sigature */ member in struct:x509_certificate
/u-boot/lib/crypto/
H A Dx509_public_key.c63 sig->s = kmemdup(cert->raw_sig, cert->raw_sig_size, GFP_KERNEL);
67 sig->s_size = cert->raw_sig_size;
H A Dx509_cert_parser.c291 ctx->cert->raw_sig_size = vlen;

Completed in 80 milliseconds