Searched refs:aalgo (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_output.c144 const struct ah_algorithm *aalgo;
181 aalgo = ah_algorithm_lookup(sav->alg_auth);
182 if (aalgo && sav->replay && sav->key_auth)
183 authlen = (aalgo->sumsiz)(sav);
728 const struct ah_algorithm *aalgo; local
736 aalgo = ah_algorithm_lookup(sav->alg_auth);
737 if (!aalgo)
739 siz = ((aalgo->sumsiz)(sav) + 3) & ~(4 - 1);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c7746 const struct ah_algorithm *aalgo; local
7748 aalgo = ah_algorithm_lookup(i);
7749 if (!aalgo)
7755 alg->sadb_alg_minbits = aalgo->keymin;
7756 alg->sadb_alg_maxbits = aalgo->keymax;

Completed in 34 milliseconds