Searched refs:algs (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/
H A DMakefile.com27 OBJECTS = ipsec_util.o algs.o ipsec_libssl_setup.o
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c81 * uint8_t ipsr_auth_alg; Auth algs for AH
82 * uint8_t ipsr_esp_alg; Encr algs for ESP
83 * uint8_t ipsr_esp_auth_alg; Auth algs for ESP
130 static uint8_t cvcd_get_alg(cvcd_alg_t *algs, char *arg);
390 * the 'algs' array with a name matching 'arg'. If
392 * not return. The 'algs' array must be terminated
396 cvcd_get_alg(cvcd_alg_t *algs, char *arg) argument
400 for (alg = algs; alg->arg_name != NULL && arg != NULL; alg++) {
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com39 IPSEC= algs.o
182 algs.o netselect.o
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2533 struct sadb_alg *algs; local
2547 algs = (struct sadb_alg *)(supp + 1);
2549 numalgs /= SADB_8TO64(sizeof (*algs));
2556 (void) dump_aalg(algs[i].sadb_alg_id, file);
2559 (void) dump_ealg(algs[i].sadb_alg_id, file);
2564 algs[i].sadb_alg_minbits, algs[i].sadb_alg_maxbits,
2565 algs[i].sadb_alg_ivlen, algs[i].sadb_x_alg_saltbits);
2568 ", increment=%u"), algs[
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c106 static uint8_t dcs_get_alg(dcs_alg_t *algs, char *arg, dcs_err_code *error);
400 * Returns the ID of the first algorithm found in the 'algs' array
403 * The 'algs' array must be terminated by an entry containing a NULL
407 dcs_get_alg(dcs_alg_t *algs, char *arg, dcs_err_code *error) argument
413 for (alg = algs; alg->arg_name != NULL && arg != NULL; alg++) {

Completed in 79 milliseconds