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

  /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/srtp/crypto/include/
auth.h 86 #define auth_start(a)(((a)->type)->start((a)->state)) macro

Completed in 1021 milliseconds