Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:device

171 For example, consider a hardware platform with a specialized RNG device.  Obviously one would like to tap
173 is write a descriptor and the few support routines required for the device. After that the rest of the
2972 Which will try one of three methods of getting random data. The first is to open the popular \textit{/dev/random} device which
2973 on most *NIX platforms provides cryptographic random bits\footnote{This device is available in Windows through the Cygwin compiler suite. It emulates \textit{/dev/random} via the Microsoft CSP.}.
5663 The test() function is used to self--test the \textit{device}. It takes no arguments and returns \textbf{CRYPT\_OK} if all is working properly. You may return
5714 if your device requires any (LRW specific) resources you should free them in your ciphers() done function. The simplest way to think of it is to write