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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
authSm.h 99 TI_STATUS auth_start(TI_HANDLE hAuth);
mlmeSm.c 481 fStatus = auth_start(pHandle->hAuth);
590 status = auth_start(pMlme->hAuth);
authSm.c 234 * auth_start - Start event for the authentication SM
250 TI_STATUS auth_start(TI_HANDLE hAuth) function
261 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "auth_start: pHandle->authType == AUTH_LEGACY_NONE\n");
275 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "auth_start: pHandle->authType unknown.\n");
296 * \sa auth_Start, auth_Recv
347 * \sa auth_Start, auth_Stop
398 * \sa auth_Start, auth_Stop
450 * \sa auth_Start, auth_Stop
520 * \sa auth_Start, auth_Stop
575 * \sa auth_Start, auth_Sto
    [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/srtp/crypto/include/
auth.h 86 #define auth_start(a)(((a)->type)->start((a)->state)) macro

Completed in 80 milliseconds