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

  /external/srtp/srtp/
srtp.c 287 * srtp_kdf_t is a key derivation context
310 * srtp_kdf_t represents a key derivation function. The SRTP
316 } srtp_kdf_t; typedef in typeref:struct:__anon34944
319 srtp_kdf_init(srtp_kdf_t *kdf, const uint8_t key[30]) {
327 srtp_kdf_generate(srtp_kdf_t *kdf, srtp_prf_label label,
345 srtp_kdf_clear(srtp_kdf_t *kdf) {
348 octet_string_set_to_zero((uint8_t *)kdf, sizeof(srtp_kdf_t));
363 srtp_kdf_t kdf;
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 331 * srtp_kdf_t is a key derivation context
355 * srtp_kdf_t represents a key derivation function. The SRTP
361 } srtp_kdf_t; typedef in typeref:struct:__anon16491
364 srtp_kdf_init(srtp_kdf_t *kdf, cipher_type_id_t cipher_id, const uint8_t *key, int length) {
381 srtp_kdf_generate(srtp_kdf_t *kdf, srtp_prf_label label,
405 srtp_kdf_clear(srtp_kdf_t *kdf) {
439 srtp_kdf_t kdf;
    [all...]

Completed in 261 milliseconds