Searched refs:mech_names (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c95 static const char **mech_names = NULL; local
99 if (mech_names)
100 return (mech_names);
108 mech_names = malloc(count * sizeof(const char *), M_RPC, M_WAITOK);
111 mech_names[count++] = km->km_mech_name;
113 mech_names[count++] = NULL;
115 return (mech_names);
/freebsd-13-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c61 static const char **mech_names; variable
227 mech_names = malloc((count + 1) * sizeof(char*));
228 pp = mech_names;
370 return (mech_names);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/crypto/
H A Dapi.h345 extern void crypto_free_mech_list(crypto_mech_name_t *mech_names,

Completed in 113 milliseconds