Searched refs:get_short_name (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/lib/certmap/ |
H A D | sss_cert_content_common.c | 28 int get_short_name(TALLOC_CTX *mem_ctx, const char *full_name, function 103 ret = get_short_name(i, i->val, '@', &(i->short_name));
|
H A D | sss_cert_content_crypto.c | 179 ret = get_short_name(i, i->val, '@', &(i->short_name)); 276 ret = get_short_name(i, i->val, '@', &(i->short_name)); 522 ret = get_short_name(item, item->val, '@', &(item->short_name)); 539 ret = get_short_name(item, item->val, '.', &(item->short_name));
|
H A D | sss_certmap_int.h | 198 int get_short_name(TALLOC_CTX *mem_ctx, const char *full_name,
|
H A D | sss_cert_content_nss.c | 450 ret = get_short_name(i, i->val, '@', &(i->short_name)); 528 ret = get_short_name(i, i->val, '@', &(i->short_name)); 748 ret = get_short_name(item, item->val,
|
Completed in 11 milliseconds