HomeSort by relevance Sort by last modified time
    Searched refs:buflen (Results 226 - 250 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
soundcard.h     [all...]
  /external/openssl/crypto/pem/
pvkfmt.c 809 int buflen; local
821 buflen = (int) keylen + saltlen;
822 buf = OPENSSL_malloc(buflen);
829 if (BIO_read(in, buf, buflen) != buflen)
839 OPENSSL_cleanse(buf, buflen);
  /external/wpa_supplicant_8/src/ap/
beacon.c 197 size_t buflen; local
200 buflen = MAX_PROBERESP_LEN;
203 buflen += wpabuf_len(hapd->wps_probe_resp_ie);
207 buflen += wpabuf_len(hapd->p2p_probe_resp_ie);
210 buflen += wpabuf_len(hapd->conf->vendor_elements);
211 resp = os_zalloc(buflen);
wpa_auth.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 753 /* Check that bcm_tlv_t fits into the given buflen */
754 #define bcm_valid_tlv(elt, buflen) ((buflen) >= 2 && (int)(buflen) >= (int)(2 + (elt)->len))
810 extern bcm_tlv_t *bcm_next_tlv(bcm_tlv_t *elt, int *buflen);
811 extern bcm_tlv_t *bcm_parse_tlvs(void *buf, int buflen, uint key);
812 extern bcm_tlv_t *bcm_parse_ordered_tlvs(void *buf, int buflen, uint key);
816 /* extern bcm_tlv_t *bcm_parse_tlvs(void *buf, int buflen, uint key); */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
soundcard.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 459 static int write_cmd(char *buf, size_t buflen, const char *cmd, int argc,
466 end = buf + buflen;
480 buf[buflen - 1] = '\0';
788 size_t buflen; local
796 buflen = 18 + os_strlen(argv[0]);
797 buf = os_malloc(buflen);
800 os_snprintf(buf, buflen, "WPS_NFC_TAG_READ %s", argv[0]);
828 size_t buflen; local
836 buflen = 21 + os_strlen(argv[0]);
837 buf = os_malloc(buflen);
854 size_t buflen; local
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c     [all...]
  /external/openssl/ssl/
ssl_ciph.c 1109 int j, multi, found, rule, retval, ok, buflen; local
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 237 int vsnprintf(char *buf, int buflen, const char *fmt, va_list args)
249 --buflen;
250 while (buflen > 0) {
255 if (len > buflen)
256 len = buflen;
259 buflen -= len;
340 --buflen;
368 if (width > buflen)
369 width = buflen;
371 buflen -= n
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 164 int buflen = 2048; local
176 buf = malloc((size_t)buflen);
209 buf, (u_int)buflen);
214 if (buflen < 131072)
215 buf = malloc((size_t)(buflen += 1024));
  /external/srec/srec/EventLog/src/
riff.c 936 * OUTPUT: buf (entire riff chunk) and buflen
949 unsigned int *buflen)
1008 if (total_buflen > *buflen)
1015 *buflen = total_buflen;
1030 header.riffChunkLength = swapConstInt(*buflen - chunkInfoSize);
1102 passert((unsigned int)(ptr - workbuf) == *buflen);
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.c 545 * @buflen: buf size
551 size_t buflen)
590 if (os_strlcpy(buf, cipher, buflen) >= buflen)
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp 613 uint32_t buflen; local
635 buflen = (uint32_t)e->GetArrayLength(data);
651 transceive_info.sSendData.length = buflen - offset;
  /external/qemu/
sockets.c 964 socket_send(int fd, const void* buf, int buflen)
966 SOCKET_CALL(send(fd, buf, buflen, 0))
970 socket_send_oob( int fd, const void* buf, int buflen )
972 SOCKET_CALL(send(fd, buf, buflen, MSG_OOB));
976 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to)
984 SOCKET_CALL(sendto(fd, buf, buflen, 0, sa.sa, salen));
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 685 int iterations, u8 *buf, size_t buflen)
690 ssid_len, 4096, buflen, buf) != 1)
694 ssid_len, 4096, buflen, buf) != 1)
849 u8 *buf, size_t buflen, size_t padlen)
853 if (padlen > buflen)
857 if ((size_t) num_bytes > buflen)
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 968 socket_send(int fd, const void* buf, int buflen)
970 SOCKET_CALL(send(fd, buf, buflen, 0))
974 socket_send_oob( int fd, const void* buf, int buflen )
976 SOCKET_CALL(send(fd, buf, buflen, MSG_OOB));
980 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to)
988 SOCKET_CALL(sendto(fd, buf, buflen, 0, sa.sa, salen));
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 471 * @buflen: Maximum buffer length
479 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen,
482 char *pos = buf, *end = buf + buflen;
  /ndk/sources/android/cpufeatures/
cpu-features.c 188 extract_cpuinfo_field(const char* buffer, int buflen, const char* field)
191 const char* bufend = buffer + buflen;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]
  /bionic/libc/kernel/common/linux/
audit.h 347 __u32 buflen; member in struct:audit_rule_data

Completed in 928 milliseconds

1 2 3 4 5 6 7 8 91011>>