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

  /external/srtp/doc/
crypto_kernel.txt 38 cipher_init(cipher_t *cipher, const uint8_t *key);
  /external/srtp/crypto/cipher/
cipher.c 120 status = cipher_init(c, test_case->key, direction_encrypt);
187 status = cipher_init(c, test_case->key, direction_decrypt);
300 status = cipher_init(c, key, direction_encrypt);
327 status = cipher_init(c, key, direction_decrypt);
  /external/srtp/crypto/test/
stat_driver.c 73 err_check(cipher_init(c, key, direction_encrypt));
cipher_driver.c 186 status = cipher_init(c, NULL, direction_encrypt);
206 status = cipher_init(c, test_key, direction_encrypt);
378 status = cipher_init(*cipher_array, key, direction_encrypt);
  /external/srtp/crypto/include/
cipher.h 172 #define cipher_init(c, k, dir) (((c)->type)->init(((c)->state), (k), (dir))) macro
  /external/srtp/srtp/
srtp.c 392 stat = cipher_init(srtp->rtp_cipher, tmp_key, direction_any);
441 stat = cipher_init(srtp->rtcp_cipher, tmp_key, direction_any);
    [all...]

Completed in 202 milliseconds