Searched refs:sss_nss_mc_hash (Results 1 - 5 of 5) sorted by relevance
/sssd/src/sss_client/ |
H A D | nss_mc.h | 63 uint32_t sss_nss_mc_hash(struct sss_cli_mc_ctx *ctx,
|
H A D | nss_mc_initgr.c | 108 hash = sss_nss_mc_hash(&initgr_mc_ctx, name, name_len + 1);
|
H A D | nss_mc_group.c | 127 hash = sss_nss_mc_hash(&gr_mc_ctx, name, name_len + 1); 209 hash = sss_nss_mc_hash(&gr_mc_ctx, gidstr, len+1);
|
H A D | nss_mc_passwd.c | 120 hash = sss_nss_mc_hash(&pw_mc_ctx, name, name_len + 1); 202 hash = sss_nss_mc_hash(&pw_mc_ctx, uidstr, len+1);
|
H A D | nss_mc_common.c | 251 uint32_t sss_nss_mc_hash(struct sss_cli_mc_ctx *ctx, function
|
Completed in 1611 milliseconds