Home
last modified time | relevance | path

Searched refs:tvs (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkeygen.c13 static const KeygenTV tvs[] = { in tv_keygen() local
43 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { in tv_keygen()
44 tv = &tvs[i]; in tv_keygen()
H A Dxchacha20.c20 static const HChaCha20TV tvs[] = { in tv_hchacha20() local
45 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() local
116 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() local
228 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { in tv_secretbox_xchacha20poly1305()
229 tv = &tvs[i]; in tv_secretbox_xchacha20poly1305()
/f-stack/freebsd/kern/
H A Dvfs_cache.c4180 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() local
4429 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() local
4493 tvs = vget_prep_smr(tvp); in cache_fplookup_final()
4494 if (__predict_false(tvs == VGET_NONE)) { in cache_fplookup_final()
[all …]