Home
last modified time | relevance | path

Searched refs:cipher_output (Results 1 – 5 of 5) sorted by relevance

/external/srtp/
Dsrtp.def36 cipher_output
/external/srtp/crypto/include/
Dcipher.h185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
/external/srtp/doc/
Dcrypto_kernel.txt61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
/external/srtp/srtp/
Dsrtp.c788 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/
Dcipher.c57 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output) { in cipher_output() function