Home
last modified time | relevance | path

Searched refs:cipher_encrypt (Results 1 – 6 of 6) sorted by relevance

/external/srtp/crypto/cipher/
Dcipher.c63 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/
Dstat_driver.c75 err_check(cipher_encrypt(c, buffer, &buf_len)); in main()
90 err_check(cipher_encrypt(c, buffer, &buf_len)); in main()
Dcipher_driver.c285 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/
Dcipher.h174 #define cipher_encrypt(c, buf, len) \ macro
/external/srtp/doc/
Dcrypto_kernel.txt54 cipher_encrypt(cipher_t *cipher, void *buf, unsigned int *len);
/external/srtp/srtp/
Dsrtp.c798 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()