Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher.c73 static const struct cipheralg des_alg[] = { variable
232 if (algo_md < ARRAY_SIZE(des_alg)) in get_cipheralgo()
233 ca = &des_alg[algo_md]; in get_cipheralgo()