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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
auth.c 125 status = auth_compute(a, test_case->data,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 82 #define auth_compute(a, buf, len, res) \ macro
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
auth_driver.c 190 auth_compute(a, (uint8_t *)msg_string, msg_len_octets, (uint8_t *)result);
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 965 status = auth_compute(stream->rtp_auth, (uint8_t *)&est, 4, auth_tag);
    [all...]

Completed in 48 milliseconds