Lines Matching refs:mtx
63 struct mtx mtx; member
143 mtx_lock(&chacha20->mtx); in chacha20_randomstir()
152 mtx_unlock(&chacha20->mtx); in chacha20_randomstir()
168 mtx_init(&chacha20->mtx, "chacha20_mtx", NULL, MTX_DEF);
184 mtx_destroy(&chacha20->mtx);
217 mtx_lock(&chacha20->mtx);
222 mtx_unlock(&chacha20->mtx);
224 mtx_lock(&chacha20->mtx);
236 mtx_unlock(&chacha20->mtx);
238 mtx_lock(&chacha20->mtx);
241 mtx_unlock(&chacha20->mtx);