Lines Matching refs:param
71 * \param buffer Pointer to the beginning of the buffer.
72 * \param c Expected value of every byte.
73 * \param size Size of the buffer in bytes.
331 * \param key_type_arg Type of key passed in
332 * \param key_data The encryption / decryption key data
333 * \param alg_arg The type of algorithm used
334 * \param nonce Nonce data
335 * \param additional_data Additional data
336 * \param ad_part_len_arg If not -1, the length of chunks to
339 * \param input_data Data to encrypt / decrypt
340 * \param data_part_len_arg If not -1, the length of chunks to feed
343 * \param set_lengths_method A member of the set_lengths_method_t enum is
347 * \param expected_output Expected output
348 * \param is_encrypt If non-zero this is an encryption operation.
349 * \param do_zero_parts If non-zero, interleave zero length chunks
599 * \param key_type_arg Type of key passed in
600 * \param key_data The encryption / decryption key data
601 * \param alg_arg The type of algorithm used
602 * \param input_data Data to encrypt / decrypt
603 * \param data_part_len_arg If not -1, the length of chunks to feed
606 * \param expected_output Expected output
607 * \param is_verify If non-zero this is a verify operation.
608 * \param do_zero_parts If non-zero, interleave zero length chunks