Searched refs:a_names (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c470 curalg->a_names = (char **)malloc(sizeof (char *));
473 if (curalg->a_names == NULL || token == NULL) {
480 nnames = (char **)realloc(curalg->a_names,
486 curalg->a_names = nnames;
487 curalg->a_names[num_sizes] = NULL;
488 curalg->a_names[num_sizes - 1] =
490 if (curalg->a_names[num_sizes - 1] == NULL) {
742 rc->a_names = duplicate_strarr(orig->a_names);
745 rc->a_key_sizes == NULL || rc->a_names
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c263 for (k = 0; alg->a_names[k] != NULL; k++) {
264 FPRINTF_ERR(fprintf(f, "%s", alg->a_names[k]));
265 if (alg->a_names[k+1] != NULL)
387 proto->proto_algs[i]->a_names;
455 curname = curalg->a_names;
456 newbiename = newbie->a_names;
511 for (name_check = newbie->a_names; *name_check != NULL; name_check++) {
H A Dipsec_util.c442 if (fputs(alg->a_names[0], where) == EOF)
3312 return (*(holder->a_names));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c623 newbie.a_names = NULL;
626 newbie.a_names = realloc(newbie.a_names,
628 if (newbie.a_names == NULL)
630 newbie.a_names[num_names - 1] = holder;
631 newbie.a_names[num_names] = NULL;
742 free(newbie.a_names);
867 if (alg->a_names != NULL) {
869 floater = alg->a_names;
H A Dipseckey.c645 algent->a_names[0]);
H A Dipsecconf.c1739 (void) printf("%s", alg->a_names[0]);
/illumos-gate/usr/src/head/
H A Dnetdb.h196 char **a_names; /* algorithm names */ member in struct:ipsecalgent
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c1128 (void) strlcpy(numprint, alg->a_names[0], sizeof (numprint));

Completed in 124 milliseconds