Lines Matching full:inlen
1762 unsigned long inlen);
1830 unsigned long inlen);
1910 unsigned long inlen,
1915 This will hash the data pointed to by \textit{in} of length \textit{inlen}. The hash used is indexed by the \textit{hash} parameter. The message
2099 unsigned long inlen);
2124 const unsigned char *in, unsigned long inlen,
2127 This will produce an HMAC code for the array of octets in \textit{in} of length \textit{inlen}. The index into the hash descriptor
2222 unsigned long inlen);
2224 This will send \textit{inlen} bytes from \textit{in} through the active OMAC state \textit{state}. Returns \textbf{CRYPT\_OK} if the
2260 const unsigned char *in, unsigned long inlen,
2263 This will compute the OMAC of \textit{inlen} bytes of \textit{in} using the key \textit{key} of length \textit{keylen} bytes and the cipher
2359 unsigned long inlen);
2361 This will process \textit{inlen} bytes of \textit{in} in the given \textit{state}. The function is not sensitive to the granularity of the
2394 const unsigned char *in, unsigned long inlen,
2439 unsigned long inlen);
2441 This will process \textit{inlen} bytes of \textit{in} through the Pelican MAC. It's best that you pass in multiples of 16 bytes as it makes the
2520 unsigned long inlen);
2523 This will add the message octets pointed to by \textit{in} of length \textit{inlen} to the XCBC--MAC state pointed to by \textit{state}. Like the other MAC functions,
2545 const unsigned char *in, unsigned long inlen,
2605 unsigned long inlen);
2608 This will add the message octets pointed to by \textit{in} of length \textit{inlen} to the F9--MAC state pointed to by \textit{state}. Like the other MAC functions,
2631 const unsigned char *in, unsigned long inlen,
2676 unsigned long inlen,
2719 unsigned long inlen,
2724 \textit{in} of length \textit{inlen} as the initial seed. You must pass the same seed length as was exported
3286 unsigned long inlen,
3306 unsigned long inlen,
3316 This function will OAEP pad \textit{in} of length \textit{inlen} bytes, RSA encrypt it, and store the ciphertext
3328 unsigned long inlen,
3351 unsigned long inlen,
3360 This function will RSA decrypt \textit{in} of length \textit{inlen} then OAEP de-pad the resulting data and store it in
3374 unsigned long inlen,
3398 unsigned long inlen,
3408 This will PSS encode the message digest pointed to by \textit{in} of length \textit{inlen} octets. Next, the PSS encoded hash will be RSA
3424 unsigned long inlen,
3435 This will PKCS encode the message digest pointed to by \textit{in} of length \textit{inlen} octets. Next, the PKCS encoded hash will be RSA
3588 unsigned long inlen,
3592 This will import the key stored in \textit{inlen} and import it to \textit{key}. If the function fails it will automatically free any allocated memory. This
3780 unsigned long inlen,
3792 unsigned long inlen,
3796 This will import the key from the array pointed to by \textit{in} of length \textit{inlen} octets. The key is stored in
3818 unsigned long inlen,
3821 This will import the key stored in the array pointed to by \textit{in} of length \textit{inlen} octets. The imported key is stored in the ECC key pointed to by
3830 unsigned long inlen,
3834 This will import the key stored in the array pointed to by \textit{in} of length \textit{inlen} octets using the domain parameters pointed to by \textit{dp}.
3858 unsigned long inlen,
3868 plaintext in the array pointed to by \textit{in} of length \textit{inlen} octets. It uses the public ECC key pointed to by \textit{key}, and
3879 unsigned long inlen,
3912 unsigned long inlen,
3920 This function will EC--DSA sign the message digest stored in the array pointed to by \textit{in} of length \textit{inlen} octets. The signature
4078 unsigned long inlen,
4086 Which will sign the data in \textit{in} of length \textit{inlen} bytes. The signature is stored in \textit{out} and the size
4098 unsigned long inlen,
4102 Which will verify the data in \textit{hash} of length \textit{inlen} against the signature stored in \textit{sig} of length \textit{siglen}.
4116 unsigned long inlen,
4125 This will encrypt the payload in \textit{in} of length \textit{inlen} and store the ciphertext in the output buffer \textit{out}. The
4134 unsigned long inlen,
4139 This will decrypt the ciphertext \textit{in} of length \textit{inlen}, and store the original payload in \textit{out} of length \textit{outlen}.
4163 unsigned long inlen,
4167 This will import the DSA key from the buffer \textit{in} of length \textit{inlen} to the \textit{key}. If the process fails the function
4263 unsigned long inlen,
4267 This encodes a sequence of items pointed to by \textit{list} where the list has \textit{inlen} items in it. The SEQUENCE will be encoded to \textit{out} and of length \textit{outlen}. The
4268 function will terminate when it reads all the items out of the list (upto \textit{inlen}) or it encounters an item in the list with a type of \textbf{LTC\_ASN1\_EOL}.
4284 unsigned long inlen,
4289 This will decode upto \textit{outlen} items from the input buffer \textit{in} of length \textit{inlen} octets. The function will stop (gracefully) when it runs out of items to decode.
4308 unsigned long inlen,
4312 This will get the encoding size for the given \textit{list} of length \textit{inlen} and store it in \textit{outlen}.
4326 unsigned long inlen, ...);
4371 unsigned long inlen,
4376 This will encode the list of ASN.1 objects in \textit{list} of length \textit{inlen} objects, and store the output in \textit{out} of length \textit{outlen} bytes.
4389 unsigned long inlen,
4394 This will decode the SET specified by \textit{list} of length \textit{outlen} objects from the input buffer \textit{in} of length \textit{inlen} octets.
4409 unsigned long inlen,
4414 This will encode a \textit{SET OF} containing the \textit{list} of \textit{inlen} ASN.1 objects and store the encoding in the output buffer \textit{out} of length \textit{outlen}.
4436 unsigned long inlen,
4453 unsigned long inlen,
4468 unsigned long inlen,
4473 unsigned long inlen,
4489 unsigned long inlen,
4494 unsigned long inlen,
4514 unsigned long inlen,
4531 unsigned long inlen,
4536 unsigned long inlen,
4555 unsigned long inlen,
4560 unsigned long inlen,
4579 unsigned long inlen,
4584 unsigned long inlen,
4629 unsigned long *inlen,
4652 unsigned long *inlen,
4657 This will decode the input in the \textit{in} field of length \textit{inlen}. It uses the provided ASN.1 list specified in the \textit{list} field which has
4658 \textit{outlen} elements. The \textit{inlen} field will be updated with the length of the decoded data type, as well as the respective entry in the \textit{list} field
4676 unsigned long *inlen,
4680 This will decode items in the \textit{in} buffer of max input length \textit{inlen} and store the newly created pointer to the list in \textit{out}. This function allocates
4681 all required memory for the decoding. It stores the number of octets read back into \textit{inlen}.
4683 The function will terminate when either it hits an invalid ASN.1 tag, or it reads \textit{inlen} octets. An early termination is a soft error, and returns
5590 @param inlen Length of message (octets)
5597 const unsigned char *in, unsigned long inlen,
5604 @param inlen Length of message (octets)
5611 const unsigned char *in, unsigned long inlen,
5618 @param inlen Length of message (octets)
5626 const unsigned char *in, unsigned long inlen,
5790 @param inlen The length of the data (octets)
5795 unsigned long inlen);
5818 unsigned long inlen,
5878 @param inlen Length of the entropy (octets)
5883 unsigned long inlen,
5920 @param inlen The length of the data to import (octets)
5925 unsigned long inlen,
6377 @param inlen The length of the input
6385 int (*rsa_me)(const unsigned char *in, unsigned long inlen,