Lines Matching refs:operations
764 \mysection{Symmetric Modes of Operations}
3222 \mysection{RSA Key Operations}
4893 math operations. As a result the routine can scan ahead to the next number required for testing with very little work
5223 bios code uses these macros to redirect to very compact heap and string operations.
5243 When this has been defined the library will not use faster word oriented operations. By default, they are only enabled for platforms
5258 ctr\_start() and all the inputs you gave are aligned than ctr\_encrypt() will perform aligned memory operations only. However, if you
5261 whole word XOR operations. These operations will be unaligned.
5268 data type you can perform integer operations with. Ideally it should be four or eight bytes since it must properly divide the size
5307 When defined GCM will use the SSE2 instructions to perform the $GF(2^x)$ multiply using 16 128--bit XOR operations. It shaves a few cycles per byte
6448 The RSA Modular Exponentiation (ME) function is used by the RSA API to perform exponentiations for private and public key operations. In particular for
6449 private key operations it uses the CRT approach to lower the time required. It is passed an RSA key with the following format.