HomeSort by relevance Sort by last modified time
    Searched refs:nss (Results 1 - 25 of 26) sorted by null

1 2

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
spi.c 115 struct Gpio *nss; member in struct:StmSpiDev
241 if (!pdev->nss)
242 pdev->nss = gpioRequest(cs);
243 if (!pdev->nss)
245 gpioConfigOutput(pdev->nss, pdev->board->gpioSpeed, pdev->board->gpioPull, GPIO_OUT_PUSH_PULL, 1);
258 if (!pdev->nss)
259 pdev->nss = stmSpiGpioInit(pdev->board->gpioNss, pdev->board->gpioSpeed, pdev->board->gpioFunc);
260 if (!pdev->nss)
284 if (state->nssChange && pdev->nss)
285 gpioSet(pdev->nss, 1)
    [all...]
  /external/iw/
bitrate.c 7 static int parse_vht_chunk(const char *arg, __u8 *nss, __u16 *mcs)
12 *nss = 0; *mcs = 0;
15 /* Format: NSS:MCS_START-MCS_END */
30 *nss = inss;
35 /* Format: NSS:MCSx,MCSy,... */
46 *nss = inss;
60 __u8 nss; local
67 if(!parse_vht_chunk(argv[i], &nss, &mcs))
70 nss--;
71 txrate_vht->mcs[nss] |= mcs
    [all...]
  /external/avahi/avahi-client/
Android.mk 12 check-nss.c \
  /external/libchrome/crypto/
scoped_nss_types.h 9 #include <nss.h>
31 // Define some convenient scopers around NSS pointers.
hmac_nss.cc 7 #include <nss.h>
60 key_item.data = const_cast<unsigned char*>(key); // NSS API isn't const.
symmetric_key_nss.cc 7 #include <nss.h>
27 // algorithms available in NSS but not BoringSSL and vice
56 // algorithms available in NSS but not BoringSSL and vice
104 // algorithms available in NSS but not BoringSSL and vice
123 // The exact value of the |origin| argument doesn't matter to NSS as long as
nss_util.cc 7 #include <nss.h>
54 // USE_NSS_CERTS means NSS is used for certificates and platform integration.
85 result = base::StringPrintf("NSS error code: %d", PR_GetError());
125 // This callback for NSS forwards all requests to a caller-specified
145 // NSS creates a local cache of the sqlite database if it detects that the
148 // (NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=578561). So we set
149 // the NSS environment variable NSS_SDB_USE_CACHE to "yes" to override NSS's
183 // Separate from the NSS singleton because we initialize NSPR on the UI thread.
184 // Now that we're leaking the singleton, we could merge back with the NSS
    [all...]
  /external/avahi/avahi-daemon/
Android.mk 21 ../avahi-client/check-nss.c \
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 70 u32 nss :2; // 0:1x1, 1:2x2, 3:3x3, 4:4x4 member in struct:__anon31035
  /hardware/qcom/wlan/qcwcn/wifi_hal/
pkt_stats.h 246 u32 nss : 2; //[29:28] member in struct:series_bw
340 u16 nss : 2; member in struct:__anon34751::__anon34752
wifilogger_diag.cpp     [all...]
llstats.cpp 365 stats->rate.nss = nla_get_u8(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS]);
432 stats->rate.nss,
498 "preamble", "nss", "bw", "rateMcsIdx", "bitrate", "txMpdu", "rxMpdu", "mpduLost", "retries", "retriesShort", "retriesLong");
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_openbsd_arm.s 286 MOVW nss+0(FP), R0 // arg 1 - nss
  /prebuilts/go/linux-x86/src/runtime/
sys_openbsd_arm.s 286 MOVW nss+0(FP), R0 // arg 1 - nss
  /external/curl/lib/
curl_ntlm_core.c 81 # include <nss.h>
208 int out_len; /* not used, required by NSS */
211 /* use internal slot for DES encryption (requires NSS to be initialized) */
  /external/curl/src/
tool_metalink.c 47 # include <nss.h>
242 /* we have to initialize NSS if not initialized alraedy */
  /system/connectivity/shill/wifi/
wifi.cc 2819 uint8_t nss = 0; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 382 #include <nss.h>
656 // NSS functions
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /external/curl/lib/vtls/
nss.c 24 * Source file for all NSS-specific code for the TLS/SSL layer. No code
44 #include <nss.h>
214 /* use accessors to avoid dynamic linking issues after an update of NSS */
221 * NSS adds more ciphers later we don't want them available by
269 failf(data, "cipher-suite not supported by NSS: %s", cipherlist[i].name);
297 * be loaded as a PEM or a regular NSS nickname.
300 * returns 0 for not a file (NSS nickname)
397 /* Destroy the NSS object whose handle is given by ptr. This function is
399 * NSS objects in Curl_nss_close() */
1018 failf(data, "NSS: PK11 slot not found: %s", pem_slotname)
    [all...]
  /external/curl/tests/
runtests.pl 237 my $has_nss; # built with NSS
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 

Completed in 1043 milliseconds

1 2