Home | Sort by: relevance | last modified time | path |
/src/sys/external/isc/libsodium/dist/test/default/ | |
keygen.c | 13 static const KeygenTV tvs[] = { local in function:tv_keygen 43 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { 44 tv = &tvs[i]; |
xchacha20.c | 20 static const HChaCha20TV tvs[] = { local in function:tv_hchacha20 45 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { 46 tv = &tvs[i]; 92 static const XChaCha20TV tvs[] = { local in function:tv_stream_xchacha20 116 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) { 117 tv = &tvs[i]; 202 static const XChaCha20Poly1305TV tvs[] = { local in function:tv_secretbox_xchacha20poly1305 228 for (i = 0; i < (sizeof tvs) / (sizeof tvs[0]); i++) [all...] |