Searched refs:cipher_output (Results 1 – 5 of 5) sorted by relevance
/external/srtp/ |
D | srtp.def | 36 cipher_output
|
/external/srtp/crypto/include/ |
D | cipher.h | 185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
|
/external/srtp/srtp/ |
D | srtp.c | 788 status = cipher_output(stream->rtp_cipher, auth_tag, prefix_len); in srtp_protect() 1004 status = cipher_output(stream->rtp_cipher, tmp_tag, prefix_len); in srtp_unprotect() 1588 status = cipher_output(stream->rtcp_cipher, auth_tag, prefix_len); in srtp_protect_rtcp() 1799 status = cipher_output(stream->rtcp_cipher, auth_tag, prefix_len); in srtp_unprotect_rtcp()
|
/external/srtp/crypto/cipher/ |
D | cipher.c | 57 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output) { in cipher_output() function
|