Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher.c97 static const struct cipheralg des3_alg[] = { variable
237 if (algo_md < ARRAY_SIZE(des3_alg)) in get_cipheralgo()
238 ca = &des3_alg[algo_md]; in get_cipheralgo()