Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dlocal.h34 struct cipheralg { struct
56 const struct cipheralg *alg; /* Reference to the algo constants */ argument
H A Dcaam_cipher.c28 static const struct cipheralg aes_alg[] = {
73 static const struct cipheralg des_alg[] = {
97 static const struct cipheralg des3_alg[] = {
217 static const struct cipheralg *get_cipheralgo(uint32_t algo) in get_cipheralgo()
221 const struct cipheralg *ca = NULL; in get_cipheralgo()
261 const struct cipheralg *alg = NULL; in do_allocate()
381 const struct cipheralg *alg = NULL; in caam_cipher_initialize()
H A Dcaam_cipher_mac.c26 static const struct cipheralg aes_cbc_mac_alg = {
40 static const struct cipheralg aes_cmac_alg = {
57 static const struct cipheralg des_mac_alg = {
74 static const struct cipheralg des3_mac_alg = {
116 static const struct cipheralg *get_macalgo(uint32_t algo) in get_macalgo()
758 const struct cipheralg *alg = NULL; in caam_cmac_allocate()
/optee_os/core/drivers/crypto/caam/ae/
H A Dlocal.h25 struct cipheralg { struct
74 const struct cipheralg *alg;
H A Dcaam_ae.c28 static const struct cipheralg aes_alg[] = {
57 static const struct cipheralg *get_cipheralgo(uint32_t algo) in get_cipheralgo()
61 const struct cipheralg *ca = NULL; in get_cipheralgo()
91 const struct cipheralg *alg = NULL; in caam_ae_allocate()