Home
last modified time | relevance | path

Searched refs:enc_algorithm_lookup (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netipsec/
Dxform.h102 const struct enc_xform * enc_algorithm_lookup(int);
Dxform_esp.c145 txform = enc_algorithm_lookup(sav->alg_enc); in esp_init()
Dkey.c6309 algo = enc_algorithm_lookup(i); in key_getcomb_ealg()
7155 if (enc_algorithm_lookup(i)) in key_register()
7220 ealgo = enc_algorithm_lookup(i); in key_register()
8566 enc_algorithm_lookup(int alg) in enc_algorithm_lookup() function