Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dx509_parser.h24 unsigned tbs_size; /* Size of signed data */ member
H A Dx509_public_key.c34 sig->data_size = cert->tbs_size; in x509_get_sig_params()
80 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->digest); in x509_get_sig_params()
H A Dx509_cert_parser.c185 ctx->cert->tbs_size = vlen + hdrlen; in x509_note_tbs_certificate()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dx509_parser.h24 unsigned tbs_size; /* Size of signed data */ member
H A Dx509_public_key.c75 crypto_shash_finup(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
78 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
H A Dx509_cert_parser.c183 ctx->cert->tbs_size = vlen + hdrlen; in x509_note_tbs_certificate()

Completed in 4 milliseconds