Lines Matching defs:prot
1194 ipsec_prot_t *prot;
1224 prot = &ap->ipa_act.ipa_apply;
1226 if (!(prot->ipp_use_esp))
1229 if (prot->ipp_esp_auth_alg != 0) {
1231 [prot->ipp_esp_auth_alg];
1236 ASSERT(prot->ipp_encr_alg > 0);
1238 [prot->ipp_encr_alg];
1246 MAX(prot->ipp_espe_minbits, ealg->alg_ef_minbits);
1248 MIN(prot->ipp_espe_maxbits, ealg->alg_ef_maxbits);
1257 MAX(prot->ipp_espa_minbits, aalg->alg_ef_minbits);
1259 MIN(prot->ipp_espa_maxbits, aalg->alg_ef_maxbits);