Home
last modified time | relevance | path

Searched refs:auth_start (Results 1 – 2 of 2) sorted by relevance

/external/srtp/srtp/
Dsrtp.c600 uint32_t *auth_start; /* pointer to start of auth. portion */ in srtp_protect() local
712 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() local
981 auth_start = (uint32_t *)hdr; in srtp_unprotect()
984 auth_start = NULL; in srtp_unprotect()
[all …]
/external/srtp/crypto/include/
Dauth.h86 #define auth_start(a)(((a)->type)->start((a)->state)) macro