Searched refs:enc_algorithm_lookup (Results 1 – 3 of 3) sorted by relevance
101 const struct enc_xform * enc_algorithm_lookup(int);
151 txform = enc_algorithm_lookup(sav->alg_enc); in esp_init()
6633 algo = enc_algorithm_lookup(i); in key_getcomb_ealg()7476 if (enc_algorithm_lookup(i)) in key_register()7535 ealgo = enc_algorithm_lookup(i); in key_register()8941 enc_algorithm_lookup(int alg) in enc_algorithm_lookup() function