Lines Matching defs:source
113 struct cert_source *source = find_match(signer->subject, signer->issuer, is_debug);
115 if (source == NULL) {
116 source = find_match("ALL", signer->issuer, is_debug);
117 } else if (source->path_type == block_type) {
121 return source;
174 struct cert_source *source = find_matched_source(signer, false);
175 if (!source) {
178 source = find_matched_source(signer, true);
179 if (!source)
206 if (cert_chain_depth_without_root == (source->max_path_depth - 1)) {
208 set_file_ownerid(cs_info, source->path_type, pkcs7->signed_infos);
209 *ret = source->path_type;
213 cert_chain_depth_without_root, source->max_path_depth);