Searched refs:auth_start (Results 1 – 2 of 2) sorted by relevance
600 uint32_t *auth_start; /* pointer to start of auth. portion */ in srtp_protect() local712 auth_start = (uint32_t *)hdr; in srtp_protect()715 auth_start = NULL; in srtp_protect()784 if (auth_start) { in srtp_protect()808 if (auth_start) { in srtp_protect()811 status = auth_start(stream->rtp_auth); in srtp_protect()816 (uint8_t *)auth_start, *pkt_octet_len); in srtp_protect()843 uint32_t *auth_start; /* pointer to start of auth. portion */ in srtp_unprotect() local981 auth_start = (uint32_t *)hdr; in srtp_unprotect()984 auth_start = NULL; in srtp_unprotect()[all …]
86 #define auth_start(a)(((a)->type)->start((a)->state)) macro