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

  /external/chromium_org/third_party/libsrtp/srtp/doc/
crypto_kernel.txt 38 cipher_init(cipher_t *cipher, const uint8_t *key);
  /external/chromium_org/third_party/libsrtp/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/chromium_org/third_party/tlslite/tlslite/utils/
openssl_aes.py 29 m2.cipher_init(context, cipherType, self.key, self.IV, encrypt)
openssl_tripledes.py 24 m2.cipher_init(context, cipherType, self.key, self.IV, encrypt)
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
stat_driver.c 110 err_check(cipher_init(c, key, direction_encrypt));
144 err_check(cipher_init(c, key, direction_encrypt));
cipher_driver.c 194 status = cipher_init(c, NULL, direction_encrypt);
214 status = cipher_init(c, test_key, direction_encrypt);
235 status = cipher_init(c, test_key, direction_encrypt);
412 status = cipher_init(*cipher_array, key, direction_encrypt);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 174 #define cipher_init(c, k, dir) (((c)->type)->init(((c)->state), (k), ((c)->key_len), (dir))) macro
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 371 stat = cipher_init(kdf->cipher, key, direction_encrypt);
498 stat = cipher_init(srtp->rtp_cipher, tmp_key, direction_any);
566 stat = cipher_init(srtp->rtcp_cipher, tmp_key, direction_any);
    [all...]

Completed in 7969 milliseconds