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

  /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...]
  /external/srtp/srtp/
srtp.c 600 uint32_t *auth_start; /* pointer to start of auth. portion */ local
707 * if we're providing authentication, set the auth_start and auth_tag
708 * pointers to the proper locations; otherwise, set auth_start to NULL
712 auth_start = (uint32_t *)hdr;
715 auth_start = NULL;
784 if (auth_start) {
808 if (auth_start) {
811 status = auth_start(stream->rtp_auth);
816 (uint8_t *)auth_start, *pkt_octet_len);
843 uint32_t *auth_start; /* pointer to start of auth. portion * local
1449 uint32_t *auth_start; \/* pointer to start of auth. portion *\/ local
1632 uint32_t *auth_start; \/* pointer to start of auth. portion *\/ local
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 88 #define auth_start(a)(((a)->type)->start((a)->state)) macro
  /external/srtp/crypto/include/
auth.h 86 #define auth_start(a)(((a)->type)->start((a)->state)) macro

Completed in 532 milliseconds