Lines Matching refs:param
49 * \param buffer Pointer to the beginning of the buffer.
50 * \param c Expected value of every byte.
51 * \param size Size of the buffer in bytes.
309 * \param key_type_arg Type of key passed in
310 * \param key_data The encryption / decryption key data
311 * \param alg_arg The type of algorithm used
312 * \param nonce Nonce data
313 * \param additional_data Additional data
314 * \param ad_part_len_arg If not -1, the length of chunks to
317 * \param input_data Data to encrypt / decrypt
318 * \param data_part_len_arg If not -1, the length of chunks to feed
321 * \param set_lengths_method A member of the set_lengths_method_t enum is
325 * \param expected_output Expected output
326 * \param is_encrypt If non-zero this is an encryption operation.
327 * \param do_zero_parts If non-zero, interleave zero length chunks
577 * \param key_type_arg Type of key passed in
578 * \param key_data The encryption / decryption key data
579 * \param alg_arg The type of algorithm used
580 * \param input_data Data to encrypt / decrypt
581 * \param data_part_len_arg If not -1, the length of chunks to feed
584 * \param expected_output Expected output
585 * \param is_verify If non-zero this is a verify operation.
586 * \param do_zero_parts If non-zero, interleave zero length chunks