Searched defs:mapped_name (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c332 * If mapped_name is non-NULL the caller is later expected to free its Data
337 KMF_DATA *name_to_match, KMF_DATA *mapped_name)
356 return (cert2name(handle, cert, name_to_match, mapped_name));
336 kmf_match_cert_to_name(KMF_HANDLE_T handle, KMF_DATA *cert, KMF_DATA *name_to_match, KMF_DATA *mapped_name) argument
/osnet-11/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/
H A Dmapper_cn.c146 * mapped_name->Length returned is greater than zero the caller is expected to
147 * free mapped_name->Data after use.
151 KMF_DATA *name_to_match, KMF_DATA *mapped_name)
161 if (mapped_name != NULL) {
162 mapped_name->Length = 0;
163 mapped_name->Data = NULL;
169 if (mapped_name != NULL) {
170 mapped_name->Length = get_name.Length;
171 mapped_name->Data = get_name.Data;
195 if (mapped_name
150 mapper_match_cert_to_name(KMF_HANDLE_T h, KMF_DATA *cert, KMF_DATA *name_to_match, KMF_DATA *mapped_name) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h654 * mapping. 'mapped_name' points to the mapped string
661 char *mapped_name; member in struct:ns_ldap_range_attr

Completed in 35 milliseconds