Lines Matching refs:vlen

218 		   const void *value, size_t vlen)  in pkcs7_note_OID()  argument
222 ctx->last_oid = look_up_OID(value, vlen); in pkcs7_note_OID()
225 sprint_oid(value, vlen, buffer, sizeof(buffer)); in pkcs7_note_OID()
237 const void *value, size_t vlen) in pkcs7_sig_note_digest_algo() argument
275 const void *value, size_t vlen) in pkcs7_sig_note_pkey_algo() argument
296 const void *value, size_t vlen) in pkcs7_check_content_type() argument
313 const void *value, size_t vlen) in pkcs7_note_signeddata_version() argument
318 if (vlen != 1) in pkcs7_note_signeddata_version()
347 const void *value, size_t vlen) in pkcs7_note_signerinfo_version() argument
352 if (vlen != 1) in pkcs7_note_signerinfo_version()
390 const void *value, size_t vlen) in pkcs7_extract_cert() argument
407 vlen += hdrlen; in pkcs7_extract_cert()
410 vlen += 2; /* Indefinite length - there should be an EOC */ in pkcs7_extract_cert()
412 x509 = x509_cert_parse(value, vlen); in pkcs7_extract_cert()
430 const void *value, size_t vlen) in pkcs7_note_certificate_list() argument
448 const void *value, size_t vlen) in pkcs7_note_content() argument
468 const void *value, size_t vlen) in pkcs7_note_data() argument
475 ctx->msg->data_len = vlen; in pkcs7_note_data()
485 const void *value, size_t vlen) argument
491 pr_devel("AuthAttr: %02x %zu [%*ph]\n", tag, vlen, (unsigned)vlen, value);
497 content_type = look_up_OID(value, vlen);
513 hdrlen, tag, value, vlen);
521 sinfo->msgdigest_len = vlen;
573 const void *value, size_t vlen) argument
592 sinfo->authattrs_len = vlen + (hdrlen - 1);
601 const void *value, size_t vlen) argument
605 ctx->raw_serial_size = vlen;
614 const void *value, size_t vlen) argument
618 ctx->raw_issuer_size = vlen;
627 const void *value, size_t vlen) argument
631 pr_devel("SKID: %02x %zu [%*ph]\n", tag, vlen, (unsigned)vlen, value);
634 ctx->raw_skid_size = vlen;
643 const void *value, size_t vlen) argument
647 ctx->sinfo->sig->s = kmemdup(value, vlen, GFP_KERNEL);
651 ctx->sinfo->sig->s_size = vlen;
660 const void *value, size_t vlen) argument