HomeSort by relevance Sort by last modified time
    Searched refs:cipher_set_iv (Results 1 - 6 of 6) sorted by null

  /external/srtp/doc/
crypto_kernel.txt 46 cipher_set_iv(cipher_t *cipher, void *iv);
  /external/srtp/crypto/test/
stat_driver.c 74 err_check(cipher_set_iv(c, &nonce));
89 err_check(cipher_set_iv(c, &nonce));
cipher_driver.c 280 status = cipher_set_iv(c, idx);
290 status = cipher_set_iv(c, idx);
442 cipher_set_iv(cipher_array[cipher_index], &nonce);
  /external/srtp/crypto/cipher/
cipher.c 139 status = cipher_set_iv(c, test_case->idx);
206 status = cipher_set_iv(c, test_case->idx);
307 status = cipher_set_iv(c, test_case->idx);
332 status = cipher_set_iv(c, test_case->idx);
394 cipher_set_iv(c, &nonce);
  /external/srtp/crypto/include/
cipher.h 180 #define cipher_set_iv(c, n) \ macro
  /external/srtp/srtp/
srtp.c 753 status = cipher_set_iv(stream->rtp_cipher, &iv);
766 status = cipher_set_iv(stream->rtp_cipher, &iv);
941 status = cipher_set_iv(stream->rtp_cipher, &iv);
    [all...]

Completed in 314 milliseconds