Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c34 sig->s = kmemdup(cert->raw_sig, cert->raw_sig_size, GFP_KERNEL); in x509_get_sig_params()
38 sig->s_size = cert->raw_sig_size; in x509_get_sig_params()
H A Dx509_parser.h26 unsigned raw_sig_size; /* Size of signature */ member
H A Dx509_cert_parser.c313 ctx->cert->raw_sig_size = vlen; in x509_note_signature()