Searched refs:cipher_encrypt (Results 1 – 6 of 6) sorted by relevance
/external/srtp/crypto/cipher/ |
D | cipher.c | 63 return cipher_encrypt(c, buffer, (unsigned int *) &num_octets_to_output); in cipher_output() 147 status = cipher_encrypt(c, buffer, &len); in cipher_type_self_test() 315 status = cipher_encrypt(c, buffer, &length); in cipher_type_self_test() 395 cipher_encrypt(c, enc_buf, &len); in cipher_bits_per_second()
|
/external/srtp/crypto/test/ |
D | stat_driver.c | 75 err_check(cipher_encrypt(c, buffer, &buf_len)); in main() 90 err_check(cipher_encrypt(c, buffer, &buf_len)); in main()
|
D | cipher_driver.c | 285 status = cipher_encrypt(c, buffer0, &buflen); in cipher_driver_test_buffering() 306 status = cipher_encrypt(c, current, &len); in cipher_driver_test_buffering() 443 cipher_encrypt(cipher_array[cipher_index], enc_buf, &octets_in_buffer); in cipher_array_bits_per_second()
|
/external/srtp/crypto/include/ |
D | cipher.h | 174 #define cipher_encrypt(c, buf, len) \ macro
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 54 cipher_encrypt(cipher_t *cipher, void *buf, unsigned int *len);
|
/external/srtp/srtp/ |
D | srtp.c | 798 status = cipher_encrypt(stream->rtp_cipher, in srtp_protect() 1053 status = cipher_encrypt(stream->rtp_cipher, in srtp_unprotect() 1599 status = cipher_encrypt(stream->rtcp_cipher, in srtp_protect_rtcp() 1808 status = cipher_encrypt(stream->rtcp_cipher, in srtp_unprotect_rtcp()
|