Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:variable

318 \mysection{Functions with Variable Length Output}
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
321 \index{rsa\_export()} \index{error\_to\_string()} \index{variable length output}
424 If the function returns successfully the variable \textit{skey} will have a scheduled key stored in it. It's important to note
1130 These will encrypt or decrypt a variable length array of bytes using the F8 mode state specified. The length is specified in bytes and does not have to be a multiple
1457 This performs the \textit{CCM} operation on the data. The \textit{cipher} variable indicates which cipher in the descriptor table to use. It must have a
1469 allowable that $pt = ct$. The \textit{direction} variable indicates whether encryption (direction $=$ \textbf{CCM\_ENCRYPT}) or
1785 will wipe the \textit{md} variable before returning automatically.
2903 Every other time call to the add\_entropy() function sets the cipher's IV variable. The IV mechanism allows you to
3129 This accepts \textit{msg} as input of length \textit{msglen} which will be OAEP padded. The \textit{lparam} variable is an additional system specific
3162 output of pkcs\_1\_oaep\_encode() of length \textit{msglen}. \textit{lparam} is the same system variable passed to the OAEP encoder. If it does not
3191 \textit{msghashlen}. PSS allows a variable length random salt (it can be zero length) to be introduced in the signature process.
3621 The variable $b$ is chosen such that the number of points is nearly maximal. In fact the order of the base points $\beta$
4004 The variable \textit{prng} is an active PRNG state and \textit{wprng} the index to the descriptor. \textit{group\_size} and
4154 initialized to the maximum buffer size). The \textit{type} variable may be either \textbf{PK\_PRIVATE} or \textbf{PK\_PUBLIC}
4794 Algorithm Two is the recommended algorithm for this task. It allows variable length salts, and can produce outputs larger than the
4936 which output variable length strings will require you to pass the length of the destination. If the size of your output
5078 shared. The \textbf{LIBNAME\_S} variable is the static name while doing shared builds. Ideally they should have the same prefix but don't have to.
5146 the \textbf{EXTRALIBS} variable by separating them by a space.
5182 that you \textbf{must} specify the \textbf{EXTRALIBS} variable at install time.
5832 The \textit{hashsize} variable indicates the length of the output in octets.
5835 The \textit{blocksize} variable indicates the length of input (in octets) that the hash processes in a given
5941 When an PRNG state is to be exported for future use you specify the space required in this variable.