Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
A Dlocal.h34 struct cipheralg { struct
56 const struct cipheralg *alg; /* Reference to the algo constants */ argument
A Dcaam_cipher.c28 static const struct cipheralg aes_alg[] = {
73 static const struct cipheralg des_alg[] = {
97 static const struct cipheralg des3_alg[] = {
244 static const struct cipheralg *get_cipheralgo(uint32_t algo) in get_cipheralgo()
248 const struct cipheralg *ca = NULL; in get_cipheralgo()
288 const struct cipheralg *alg = NULL; in do_allocate()
426 const struct cipheralg *alg = NULL; in caam_cipher_initialize()
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()
749 const struct cipheralg *alg = NULL; in caam_cmac_allocate()

Completed in 5 milliseconds