Searched refs:cipher_set_iv (Results 1 – 6 of 6) sorted by relevance
/external/srtp/crypto/cipher/ |
D | cipher.c | 139 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/ |
D | stat_driver.c | 74 err_check(cipher_set_iv(c, &nonce)); in main() 89 err_check(cipher_set_iv(c, &nonce)); in main()
|
D | cipher_driver.c | 280 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/ |
D | cipher.h | 180 #define cipher_set_iv(c, n) \ macro
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 46 cipher_set_iv(cipher_t *cipher, void *iv);
|
/external/srtp/srtp/ |
D | srtp.c | 753 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()
|