Lines Matching defs:digest_info
98 const struct rsa_asn1_template *digest_info;
383 const struct rsa_asn1_template *digest_info = ictx->digest_info;
390 if (digest_info)
391 digest_size = digest_info->size;
411 if (digest_info)
412 memcpy(req_ctx->in_buf + ps_end + 1, digest_info->data,
413 digest_info->size);
440 const struct rsa_asn1_template *digest_info = ictx->digest_info;
475 if (digest_info) {
476 if (digest_info->size > dst_len - pos)
478 if (crypto_memneq(out_buf + pos, digest_info->data,
479 digest_info->size))
482 pos += digest_info->size;
641 ctx->digest_info = rsa_lookup_asn1(hash_name);
642 if (!ctx->digest_info) {