Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:UL

4335 a cast or prototype are of type \textbf{int} by default.  Appending \textit{UL} or pre-pending \textit{(unsigned long)} is enough to cast it to the correct type.
4346 LTC_ASN1_IA5_STRING, 5UL, "Hello",
4347 LTC_ASN1_IA5_STRING, 7UL, " World!",
4348 LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) {
4354 This example encodes a SEQUENCE with two IA5 STRING types containing ``Hello'' and `` World!'' respectively. Note the usage of the \textbf{UL} modifier