Searched refs:name_to_match (Results 1 – 2 of 2) sorted by relevance
148 KMF_DATA *name_to_match, KMF_DATA *mapped_name) in mapper_match_cert_to_name() argument170 if (name_to_match->Data[name_to_match->Length - 1] != '\0') in mapper_match_cert_to_name()172 if (name_to_match->Length != get_name.Length - 1) in mapper_match_cert_to_name()181 ret = strncmp((char *)name_to_match->Data, in mapper_match_cert_to_name()182 (char *)get_name.Data, name_to_match->Length); in mapper_match_cert_to_name()184 ret = strncasecmp((char *)name_to_match->Data, in mapper_match_cert_to_name()185 (char *)get_name.Data, name_to_match->Length); in mapper_match_cert_to_name()
333 KMF_DATA *name_to_match, KMF_DATA *mapped_name) in kmf_match_cert_to_name() argument352 return (cert2name(handle, cert, name_to_match, mapped_name)); in kmf_match_cert_to_name()