Home
last modified time | relevance | path

Searched defs:kBits (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbntest.c2317 static int test_smallprime(int kBits) in test_smallprime()
2342 static int test_smallsafeprime(int kBits) in test_smallsafeprime()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbntest.c2401 static int test_smallprime(int kBits) in test_smallprime()
2426 static int test_smallsafeprime(int kBits) in test_smallsafeprime()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.cpp191 const uintptr_t kBits = 12; in HandleCallerCallee() local