Searched defs:cipherdata (Results 1 – 2 of 2) sorted by relevance
48 struct cipherdata { struct49 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 …]
260 struct cipherdata *cipherdata = NULL; in do_allocate() local380 struct cipherdata *cipherdata = dinit->ctx; in caam_cipher_initialize() local821 struct cipherdata *cipherdata = dupdate->ctx; in do_update() local