Searched refs:tvs (Results 1 – 3 of 3) sorted by relevance
13 static const KeygenTV tvs[] = { in tv_keygen() local43 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { in tv_keygen()44 tv = &tvs[i]; in tv_keygen()
20 static const HChaCha20TV tvs[] = { in tv_hchacha20() local45 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { in tv_hchacha20()46 tv = &tvs[i]; in tv_hchacha20()92 static const XChaCha20TV tvs[] = { in tv_stream_xchacha20() local116 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { in tv_stream_xchacha20()117 tv = &tvs[i]; in tv_stream_xchacha20()202 static const XChaCha20Poly1305TV tvs[] = { in tv_secretbox_xchacha20poly1305() local228 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { in tv_secretbox_xchacha20poly1305()229 tv = &tvs[i]; in tv_secretbox_xchacha20poly1305()
4180 error = vget_finish(tvp, lkflags, tvs); in cache_fplookup_final_child()4185 vget_finish_ref(tvp, tvs); in cache_fplookup_final_child()4410 enum vgetstate dvs, tvs; in cache_fplookup_final_withparent() local4429 tvs = vget_prep_smr(tvp); in cache_fplookup_final_withparent()4430 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_final_withparent()4441 vget_abort(tvp, tvs); in cache_fplookup_final_withparent()4449 vget_abort(tvp, tvs); in cache_fplookup_final_withparent()4475 enum vgetstate tvs; in cache_fplookup_final() local4493 tvs = vget_prep_smr(tvp); in cache_fplookup_final()4494 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_final()[all …]