Home
last modified time | relevance | path

Searched refs:name_to_match (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/
H A Dmapper_cn.c148 KMF_DATA *name_to_match, KMF_DATA *mapped_name) in mapper_match_cert_to_name() argument
170 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()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c333 KMF_DATA *name_to_match, KMF_DATA *mapped_name) in kmf_match_cert_to_name() argument
352 return (cert2name(handle, cert, name_to_match, mapped_name)); in kmf_match_cert_to_name()