Home
last modified time | relevance | path

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

/dflybsd-src/sys/opencrypto/
H A Dcrypto.c191 static int crypto_timing = 0; variable
192 SYSCTL_INT(_debug, OID_AUTO, crypto_timing, CTLFLAG_RW,
193 &crypto_timing, 0, "Enable/disable crypto timing support");
802 if (crypto_timing) in crypto_dispatch()
1053 if (crypto_timing) in crypto_invoke()
1171 if (crypto_timing) in crypto_done()
1190 if (crypto_timing) { in crypto_done()
1477 if (crypto_timing) { in crypto_ret_proc()