Searched refs:cipher_output (Results 1 - 4 of 4) sorted by relevance

/external/srtp/doc/
H A Dcrypto_kernel.txt61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
/external/srtp/crypto/include/
H A Dcipher.h185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
/external/srtp/crypto/cipher/
H A Dcipher.c57 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output) { function
/external/srtp/srtp/
H A Dsrtp.c788 status = cipher_output(stream->rtp_cipher, auth_tag, prefix_len);
1004 status = cipher_output(stream->rtp_cipher, tmp_tag, prefix_len);
1588 status = cipher_output(stream->rtcp_cipher, auth_tag, prefix_len);
1799 status = cipher_output(stream->rtcp_cipher, auth_tag, prefix_len);

Completed in 82 milliseconds