Searched defs:sun8i_ss_flow (Results 1 – 1 of 1) sorted by relevance
128 struct sun8i_ss_flow { struct129 struct crypto_engine *engine;130 struct completion complete;131 int status;132 u8 *iv[MAX_SG];133 u8 *biv;134 void *pad;135 void *result;160 struct sun8i_ss_flow *flows; argument