Searched defs:sun8i_ss_flow (Results 1 – 1 of 1) sorted by relevance
131 struct sun8i_ss_flow { struct132 struct crypto_engine *engine;133 struct completion complete;134 int status;135 u8 *iv[MAX_SG];136 u8 *biv;137 void *pad;138 void *result;163 struct sun8i_ss_flow *flows; argument