Lines Matching refs:directly
168 directly (\textit{e.g. sha256\_process()}) this descriptor interface allows the developer to customize their
182 are not directly tied to the ciphers. That is a new cipher can be added to the library by simply providing
404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode,
841 support this mode directly but it is fairly easy to emulate with a call to the cipher's ecb\_encrypt() callback function.
2425 as it calls AES directly.
3736 The \textit{keysize} is the size of the modulus in bytes desired. Currently directly supported values are 12, 16, 20, 24, 28, 32, 48, and 65 bytes which
3867 As the name implies this function encrypts a (symmetric) key, and is not intended for encrypting long messages directly. It will encrypt the
4688 \textbf{Note:} the list decoded by this function is \textbf{NOT} in the correct form for der\_encode\_sequence() to use directly. You will have to first
5855 The hmac\_block() callback is meant for single--shot optimized HMAC implementations. It is called directly by hmac\_memory() if present. If you need