Home
last modified time | relevance | path

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

/external/srtp/crypto/cipher/
Dcipher.c139 status = cipher_set_iv(c, test_case->idx); in cipher_type_self_test()
206 status = cipher_set_iv(c, test_case->idx); in cipher_type_self_test()
307 status = cipher_set_iv(c, test_case->idx); in cipher_type_self_test()
332 status = cipher_set_iv(c, test_case->idx); in cipher_type_self_test()
394 cipher_set_iv(c, &nonce); in cipher_bits_per_second()
/external/srtp/crypto/test/
Dstat_driver.c74 err_check(cipher_set_iv(c, &nonce)); in main()
89 err_check(cipher_set_iv(c, &nonce)); in main()
Dcipher_driver.c280 status = cipher_set_iv(c, idx); in cipher_driver_test_buffering()
290 status = cipher_set_iv(c, idx); in cipher_driver_test_buffering()
442 cipher_set_iv(cipher_array[cipher_index], &nonce); in cipher_array_bits_per_second()
/external/srtp/crypto/include/
Dcipher.h180 #define cipher_set_iv(c, n) \ macro
/external/srtp/doc/
Dcrypto_kernel.txt46 cipher_set_iv(cipher_t *cipher, void *iv);
/external/srtp/srtp/
Dsrtp.c753 status = cipher_set_iv(stream->rtp_cipher, &iv); in srtp_protect()
766 status = cipher_set_iv(stream->rtp_cipher, &iv); in srtp_protect()
941 status = cipher_set_iv(stream->rtp_cipher, &iv); in srtp_unprotect()
1573 status = cipher_set_iv(stream->rtcp_cipher, &iv); in srtp_protect_rtcp()
1770 status = cipher_set_iv(stream->rtcp_cipher, &iv); in srtp_unprotect_rtcp()