Searched defs:cipheralg (Results 1 – 2 of 2) sorted by relevance
25 struct cipheralg { struct26 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);
34 struct cipheralg { struct56 const struct cipheralg *alg; /* Reference to the algo constants */ argument