Home
last modified time | relevance | path

Searched defs:cipheralg (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/caam/ae/
H A Dlocal.h25 struct cipheralg { struct
26 uint32_t type;
27 uint8_t size_block;
28 uint8_t size_ctx;
29 uint8_t ctx_offset;
30 struct caamdefkey def_key;
32 TEE_Result (*initialize)(struct drvcrypt_authenc_init *dinit);
33 TEE_Result (*final)(struct drvcrypt_authenc_final *dfinal);
/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