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

  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 333 * srtp_kdf_init(&kdf, cipher_id, k, keylen) initializes kdf to use cipher
364 srtp_kdf_init(srtp_kdf_t *kdf, cipher_type_id_t cipher_id, const uint8_t *key, int length) { function
457 stat = srtp_kdf_init(&kdf, AES_ICM, (const uint8_t *)key, kdf_keylen);
    [all...]
  /external/srtp/srtp/
srtp.c 289 * srtp_kdf_init(&kdf, k) initializes kdf with the key k
319 srtp_kdf_init(srtp_kdf_t *kdf, const uint8_t key[30]) { function
367 srtp_kdf_init(&kdf, (const uint8_t *)key);
    [all...]

Completed in 86 milliseconds