Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dlocal.h48 struct cipherdata { struct
49 uint32_t *descriptor; /* Job descriptor */
50 bool encrypt; /* Encrypt direction */
51 struct caambuf key1; /* First Key */
52 struct caambuf key2; /* Second Key */
53 struct caambuf tweak; /* XTS Tweak */
54 struct caambuf ctx; /* CAAM Context Register */
55 struct caamblock blockbuf; /* Temporary Block buffer */
56 const struct cipheralg *alg; /* Reference to the algo constants */
59 unsigned int mode; /* MAC TEE_CHAIN_MODE* */
[all …]
H A Dcaam_cipher.c260 struct cipherdata *cipherdata = NULL; in do_allocate() local
380 struct cipherdata *cipherdata = dinit->ctx; in caam_cipher_initialize() local
821 struct cipherdata *cipherdata = dupdate->ctx; in do_update() local