Lines Matching refs:value
191 const void *value, size_t vlen) in pkcs7_note_OID() argument
195 ctx->last_oid = look_up_OID(value, vlen); in pkcs7_note_OID()
198 sprint_oid(value, vlen, buffer, sizeof(buffer)); in pkcs7_note_OID()
200 (unsigned long)value - ctx->data, buffer); in pkcs7_note_OID()
210 const void *value, size_t vlen) in pkcs7_sig_note_digest_algo() argument
248 const void *value, size_t vlen) in pkcs7_sig_note_pkey_algo() argument
269 const void *value, size_t vlen) in pkcs7_check_content_type() argument
286 const void *value, size_t vlen) in pkcs7_note_signeddata_version() argument
294 ctx->msg->version = version = *(const u8 *)value; in pkcs7_note_signeddata_version()
320 const void *value, size_t vlen) in pkcs7_note_signerinfo_version() argument
328 version = *(const u8 *)value; in pkcs7_note_signerinfo_version()
363 const void *value, size_t vlen) in pkcs7_extract_cert() argument
379 value -= hdrlen; in pkcs7_extract_cert()
382 if (((u8*)value)[1] == 0x80) in pkcs7_extract_cert()
385 x509 = x509_cert_parse(value, vlen); in pkcs7_extract_cert()
403 const void *value, size_t vlen) in pkcs7_note_certificate_list() argument
421 const void *value, size_t vlen) in pkcs7_note_content() argument
441 const void *value, size_t vlen) in pkcs7_note_data() argument
447 ctx->msg->data = value; in pkcs7_note_data()
458 const void *value, size_t vlen) argument
464 pr_devel("AuthAttr: %02x %zu [%*ph]\n", tag, vlen, (unsigned)vlen, value);
470 content_type = look_up_OID(value, vlen);
486 hdrlen, tag, value, vlen);
493 sinfo->msgdigest = value;
546 const void *value, size_t vlen) argument
564 sinfo->authattrs = value - (hdrlen - 1);
574 const void *value, size_t vlen) argument
577 ctx->raw_serial = value;
587 const void *value, size_t vlen) argument
590 ctx->raw_issuer = value;
600 const void *value, size_t vlen) argument
604 pr_devel("SKID: %02x %zu [%*ph]\n", tag, vlen, (unsigned)vlen, value);
606 ctx->raw_skid = value;
616 const void *value, size_t vlen) argument
620 ctx->sinfo->sig->s = kmemdup(value, vlen, GFP_KERNEL);
633 const void *value, size_t vlen) argument