Searched refs:aalg (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 1219 ipsec_alginfo_t *aalg = NULL; local 1230 aalg = ipss->ipsec_alglists[IPSEC_ALG_AUTH] 1232 if (aalg == NULL || !ALG_VALID(aalg)) 1250 if (aalg == NULL) { 1255 comb->sadb_comb_auth = aalg->alg_id; 1257 MAX(prot->ipp_espa_minbits, aalg->alg_ef_minbits); 1259 MIN(prot->ipp_espa_maxbits, aalg->alg_ef_maxbits); 3117 "Missed aalg #%d.\n", i); 3704 ipsec_alginfo_t *aalg; local [all...] |
H A D | ipsecah.c | 1052 ipsec_alginfo_t *aalg; local 1127 aalg = ipss->ipsec_alglists[IPSEC_ALG_AUTH][assoc->sadb_sa_auth]; 1128 if (aalg == NULL || !ALG_VALID(aalg)) { 1135 ASSERT(aalg->alg_mech_type != CRYPTO_MECHANISM_INVALID); 1138 if (!ipsec_valid_key_size(key->sadb_key_bits, aalg)) { 1145 if (ipsec_check_key(aalg->alg_mech_type, key, B_TRUE, 1769 ipsec_alginfo_t *aalg; local 1779 aalg = ipss->ipsec_alglists[IPSEC_ALG_AUTH] 1781 if (aalg [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcpv6.c | 378 authalg_to_str(uint8_t aproto, uint8_t aalg) argument 383 switch (aalg) {
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 451 dump_aalg(uint8_t aalg, FILE *where) argument 453 return (dump_generic_alg(aalg, IPSEC_PROTO_AH, where));
|
Completed in 88 milliseconds