Searched defs:spi_location (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dekt.c95 const uint8_t *spi_location; local
97 spi_location = packet_start + (pkt_octet_len - EKT_SPI_LEN);
99 return *((const ekt_spi_t *)spi_location);
/external/srtp/srtp/
H A Dekt.c95 const uint8_t *spi_location; local
97 spi_location = packet_start + (pkt_octet_len - EKT_SPI_LEN);
99 return *((const ekt_spi_t *)spi_location);

Completed in 397 milliseconds