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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 88 #define auth_start(a)(((a)->type)->start((a)->state)) macro
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 743 uint32_t *auth_start; /* pointer to start of auth. portion */ local
851 * if we're providing authentication, set the auth_start and auth_tag
852 * pointers to the proper locations; otherwise, set auth_start to NULL
856 auth_start = (uint32_t *)hdr;
859 auth_start = NULL;
928 if (auth_start) {
952 if (auth_start) {
955 status = auth_start(stream->rtp_auth);
960 (uint8_t *)auth_start, *pkt_octet_len);
987 uint32_t *auth_start; /* pointer to start of auth. portion * local
1652 uint32_t *auth_start; \/* pointer to start of auth. portion *\/ local
1835 uint32_t *auth_start; \/* pointer to start of auth. portion *\/ local
    [all...]

Completed in 93 milliseconds