Searched defs:name_to_match (Results 1 - 2 of 2) sorted by relevance
| /osnet-11/usr/src/lib/libkmf/libkmf/common/ |
| H A D | mapping.c | 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 D | mapper_cn.c | 145 * Note that name_to_match->Data might or might not be NULL terminated. If 151 KMF_DATA *name_to_match, KMF_DATA *mapped_name) 175 * If name_to_match->Data is not NULL terminated, check that we have the 178 if (name_to_match->Data[name_to_match->Length - 1] != '\0') 180 if (name_to_match->Length != get_name.Length - 1) 184 * Compare the strings. We must use name_to_match->Length in case 185 * name_to_match->Data was not NULL terminated. If we used 186 * get_name.Length we could overrun name_to_match->Data by one byte. 189 ret = strncmp((char *)name_to_match 150 mapper_match_cert_to_name(KMF_HANDLE_T h, KMF_DATA *cert, KMF_DATA *name_to_match, KMF_DATA *mapped_name) argument [all...] |
Completed in 34 milliseconds