Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher.c28 static const struct cipheralg aes_alg[] = { variable
227 if (algo_md < ARRAY_SIZE(aes_alg)) in get_cipheralgo()
228 ca = &aes_alg[algo_md]; in get_cipheralgo()
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c28 static const struct cipheralg aes_alg[] = { variable
67 if (algo_md < ARRAY_SIZE(aes_alg)) in get_cipheralgo()
68 ca = &aes_alg[algo_md]; in get_cipheralgo()