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

  /system/netd/server/
XfrmController.cpp 71 constexpr uint32_t INVALID_SPI = 0;
284 * returns 0 (INVALID_SPI) once the entire range has been parsed.
333 if ((ret = fillXfrmSaId(direction, localAddress, remoteAddress, INVALID_SPI, &saInfo)) < 0) {
351 *outSpi = INVALID_SPI;
763 while ((spi = spiGen.next()) != INVALID_SPI) {
776 *outSpi = INVALID_SPI;
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 226 INVALID_SPI = 11,

Completed in 4266 milliseconds