Searched refs:des_alg (Results 1 – 1 of 1) sorted by relevance
73 static const struct cipheralg des_alg[] = { variable232 if (algo_md < ARRAY_SIZE(des_alg)) in get_cipheralgo()233 ca = &des_alg[algo_md]; in get_cipheralgo()