Searched refs:num_octets_to_output (Results 1 – 3 of 3) sorted by relevance
220 uint32_t *num_octets_to_output);223 uint32_t *num_octets_to_output);226 uint32_t *num_octets_to_output);
102 uint32_t *num_octets_to_output) in srtp_cipher_output() argument105 octet_string_set_to_zero(buffer, *num_octets_to_output); in srtp_cipher_output()108 return (((c)->type)->encrypt(((c)->state), buffer, num_octets_to_output)); in srtp_cipher_output()113 uint32_t *num_octets_to_output) in srtp_cipher_encrypt() argument119 return (((c)->type)->encrypt(((c)->state), buffer, num_octets_to_output)); in srtp_cipher_encrypt()124 uint32_t *num_octets_to_output) in srtp_cipher_decrypt() argument130 return (((c)->type)->decrypt(((c)->state), buffer, num_octets_to_output)); in srtp_cipher_decrypt()
61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);