Searched defs:sun8i_crypto_selftest (Results 1 – 1 of 1) sorted by relevance
137 struct sun8i_crypto_selftest { struct138 struct sun8i_crypto_buf cs_in;139 struct sun8i_crypto_buf cs_key;140 struct sun8i_crypto_buf cs_out;141 struct sun8i_crypto_task *cs_task;142 bool cs_pending;143 bool cs_passed;1479 sun8i_crypto_selftest(struct sun8i_crypto_softc *sc) in sun8i_crypto_selftest() function