Home
last modified time | relevance | path

Searched refs:num_octets_to_output (Results 1 – 3 of 3) sorted by relevance

/external/libsrtp2/crypto/include/
Dcipher.h220 uint32_t *num_octets_to_output);
223 uint32_t *num_octets_to_output);
226 uint32_t *num_octets_to_output);
/external/libsrtp2/crypto/cipher/
Dcipher.c102 uint32_t *num_octets_to_output) in srtp_cipher_output() argument
105 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() argument
119 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() argument
130 return (((c)->type)->decrypt(((c)->state), buffer, num_octets_to_output)); in srtp_cipher_decrypt()
/external/libsrtp2/doc/
Dcrypto_kernel.txt61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);