Home
last modified time | relevance | path

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

/titanic_44/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
158 if (mapped_name != NULL) { in mapper_match_cert_to_name()
159 mapped_name->Length = 0; in mapper_match_cert_to_name()
160 mapped_name->Data = NULL; in mapper_match_cert_to_name()
187 if (mapped_name != NULL) { in mapper_match_cert_to_name()
188 mapped_name->Length = get_name.Length; in mapper_match_cert_to_name()
189 mapped_name->Data = get_name.Data; in mapper_match_cert_to_name()
/titanic_44/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()