Lines Matching refs:accessed
5360 The ciphers in LibTomCrypt are accessed through the ltc\_cipher\_descriptor structure.
5677 These two functions are meant for cases where a user wants to encrypt (in ECB mode no less) an array of blocks. These functions are accessed
5681 These two functions are meant for accelerated CBC encryption. These functions are accessed through the accel\_cbc\_encrypt and accel\_cbc\_decrypt pointers.
5758 The hash functions are accessed through the ltc\_hash\_descriptor structure.
6396 All \textit{bignums} are accessed through an opaque \textit{void *} data type. You must internally cast the pointer if you need to access members of your bignum structure. During