Lines Matching defs:algo
1268 u_int8_t algo = 0;
1291 algo = (u_int8_t) cpi;
1292 hash_key = algo;
1301 must_check_alg, algo,
1336 if (must_check_alg && algo != sav->alg_comp) {
1338 "algo fail %d != %d\n",
1339 algo, sav->alg_comp);
3830 /* check algo */
6513 const struct enc_xform *algo;
6522 algo = esp_algorithm_lookup(i);
6523 if (algo == NULL)
6527 if (_BITS(algo->maxkey) < ipsec_esp_keymin)
6529 if (_BITS(algo->minkey) < ipsec_esp_keymin)
6532 encmin = _BITS(algo->minkey);
6566 comb->sadb_comb_encrypt_maxbits = _BITS(algo->maxkey);
6610 const struct auth_hash *algo;
6627 algo = ah_algorithm_lookup(i);
6628 if (!algo)
6630 key_getsizes_ah(algo, i, &minkeysize, &maxkeysize);
6674 const struct comp_algo *algo;
6681 algo = ipcomp_algorithm_lookup(i);
6682 if (!algo)