/freebsd/usr.sbin/pw/ |
H A D | pw_group.c | 101 pw_groupnext(struct userconf *cnf, bool quiet) in pw_groupnext() argument 173 gr_gidpolicy(struct userconf * cnf, intmax_t id) in gr_gidpolicy() argument 262 struct userconf *cnf; pw_group_next() local 360 struct userconf *cnf = NULL; pw_group_del() local 445 groupadd(struct userconf * cnf,char * name,gid_t id,char * members,int fd,bool dryrun,bool pretty,bool precrypted) groupadd() argument 492 struct userconf *cnf = NULL; pw_group_add() local 576 struct userconf *cnf; pw_group_mod() local [all...] |
H A D | pw_user.c | 133 create_and_populate_homedir(struct userconf *cnf, struct passwd *pwd, in create_and_populate_homedir() 307 pw_uidpolicy(struct userconf * cnf, intmax_t id) in pw_uidpolicy() 361 pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun) in pw_gidpolicy() 407 pw_homepolicy(struct userconf * cnf, char *homedir, const char *user) in pw_homepolicy() 457 pw_shellpolicy(struct userconf * cnf) in pw_shellpolicy() 492 pw_password(struct userconf * cnf, char const * user) in pw_password() 698 struct userconf *cnf = NULL; in pw_user_next() local 821 struct userconf *cnf = NULL; in pw_user_del() local 1092 validate_grname(struct userconf *cnf, char *group) in validate_grname() 1178 struct userconf *cnf, *cmdcnf; in pw_user_add() local [all …]
|
H A D | pw_log.c | 40 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) in pw_log()
|
H A D | pw_conf.c | 405 write_userconfig(struct userconf *cnf, const char *file) in write_userconfig()
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_conf.c | 83 const CONF *cnf, in provider_conf_params_internal() 164 const CONF *cnf) in provider_conf_params() 201 const char *value, const CONF *cnf) in provider_conf_load() 351 static int provider_conf_init(CONF_IMODULE *md, const CONF *cnf) in provider_conf_init()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_san.c | 315 CONF_VALUE *cnf = sk_CONF_VALUE_value(nval, i); in v2i_issuer_alt() local 383 CONF_VALUE *cnf; in v2i_subject_alt() local 479 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local 503 X509V3_CTX *ctx, CONF_VALUE *cnf) in v2i_GENERAL_NAME() 603 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
|
H A D | v3_cpols.c | 97 CONF_VALUE *cnf; variable 170 CONF_VALUE *cnf; in policy_section() local 285 CONF_VALUE *cnf; in notice_section() local 374 CONF_VALUE *cnf; in nref_nos() local
|
H A D | v3_crld.c | 68 CONF_VALUE *cnf) in set_dist_point_name() 211 CONF_VALUE *cnf; in crldp_from_section() local 247 CONF_VALUE *cnf; in v2i_crld() local 368 CONF_VALUE *cnf; in v2i_idp() local
|
H A D | v3_ist.c | 46 CONF_VALUE *cnf = sk_CONF_VALUE_value(nval, i); variable
|
H A D | v3_info.c | 107 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
|
H A D | v3_akid.c | 102 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
|
H A D | v3_pci.c | 251 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
|
H A D | v3_sxnet.c | 101 CONF_VALUE *cnf; in sxnet_v2i() local
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn_mstbl.c | 20 static int stbl_module_init(CONF_IMODULE *md, const CONF *cnf) in stbl_module_init() 64 CONF_VALUE *cnf = NULL; in do_tcreate() local
|
H A D | asn1_gen.c | 80 X509V3_CTX cnf; in ASN1_generate_nconf() local 89 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3() 98 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3() 401 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
|
H A D | asn_moid.c | 23 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) in oid_module_init()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_cnf.c | 43 static int int_engine_configure(const char *name, const char *value, const CONF *cnf) in int_engine_configure() 147 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init()
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_mod.c | 110 static int conf_diagnostics(const CONF *cnf) in conf_diagnostics() 117 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load() 249 static int module_run(const CONF *cnf, const char *name, const char *value, in module_run() 285 static CONF_MODULE *module_load_dso(const CONF *cnf, in module_load_dso() 406 const CONF *cnf) in module_init()
|
H A D | conf_ssl.c | 61 static int ssl_module_init(CONF_IMODULE *md, const CONF *cnf) in ssl_module_init()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_cnf.c | 21 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) in alg_module_init()
|
/freebsd/crypto/openssl/test/ |
H A D | confdump.c | 17 static void dump_section(const char *name, const CONF *cnf) in dump_section()
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | client-conf.c | 25 CONF_VALUE *cnf; in main() local
|
H A D | server-conf.c | 33 CONF_VALUE *cnf; in main() local
|
/freebsd/crypto/openssl/apps/ |
H A D | asn1parse.c | 320 CONF *cnf = NULL; in do_generate() local
|
/freebsd/usr.sbin/uefisign/ |
H A D | uefisign.c | 156 CONF *cnf; in magic() local
|