HomeSort by relevance Sort by last modified time
    Searched full:octets (Results 251 - 275 of 473) sorted by null

<<111213141516171819

  /external/dropbear/libtomcrypt/src/prngs/
fortuna.c 224 @return Number of octets read
sober128.c 287 @return Number of octets read
yarrow.c 226 @return Number of octets read
  /external/esd/include/
esd.h 16 /* length of the authorization key, octets */
  /external/kernel-headers/original/linux/mtd/
map.h 192 int bankwidth; /* in octets. This isn't necessarily the width
  /external/kernel-headers/original/linux/
wireless.h 403 * Note : if the number of args is fixed and the size < 16 octets,
640 * For all data larger than 16 octets, we need to use a
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 285 /* Session-Octets-Limit */
  /external/tcpdump/
print-ppp.c     [all...]
print-radius.c 385 { "Accounting Input Octets", NULL, 0, 0, print_attr_num },
386 { "Accounting Output Octets", NULL, 0, 0, print_attr_num },
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 415 * Note : if the number of args is fixed and the size < 16 octets,
670 * For all data larger than 16 octets, we need to use a
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 415 * Note : if the number of args is fixed and the size < 16 octets,
678 * For all data larger than 16 octets, we need to use a
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 141 * @buf: Buffer to send (with TLS_RECORD_HEADER_LEN octets reserved in the
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
amrencode.cpp 540 in octets. The least significant 4 bits of the first octet contains the 3GPP
542 succeeding octets contain the packed encoded speech bits. The total number of
547 convert from ETS format to IF2 [1]. The IF2 format stores the data in octets.
550 suceeding octets contain the packed encoded speech bits. The total number of
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 16 /* length of the authorization key, octets */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 415 * Note : if the number of args is fixed and the size < 16 octets,
667 * For all data larger than 16 octets, we need to use a
    [all...]
  /external/libxml2/
encoding.c 164 * The value of @inlen after return is the number of octets consumed
166 * The value of @outlen after return is the number of octets consumed.
211 * The value of @inlen after return is the number of octets consumed
213 * The value of @outlen after return is the number of octets consumed.
295 * The value of @inlen after return is the number of octets consumed
297 * The value of @outlen after return is the number of octets consumed.
344 * The value of *inlen after return is the number of octets consumed
384 * The value of @inlen after return is the number of octets consumed
386 * The value of @outlen after return is the number of octets consumed.
477 * The value of *inlen after return is the number of octets consume
    [all...]
  /external/openssl/crypto/asn1/
a_strex.c 246 * octets or the entire DER encoding. This uses the RFC2253
260 /* If we don't dump DER encoding just dump content octets */
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 84 ATTRIBUTE Ascend-Pre-Input-Octets 190 integer
85 ATTRIBUTE Ascend-Pre-Output-Octets 191 integer
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-aes.js 297 do { // pack three octets into four hexets
323 do { // unpack four hexets into three octets using index points in b64
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 297 do { // pack three octets into four hexets
323 do { // unpack four hexets into three octets using index points in b64
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 429 int octets = ted.codeUnitCount * 2; local
430 if (octets > MAX_USER_DATA_BYTES) {
431 ted.msgCount = (octets + (MAX_USER_DATA_BYTES_WITH_HEADER - 1)) /
434 MAX_USER_DATA_BYTES_WITH_HEADER) - octets) / 2;
437 ted.codeUnitsRemaining = (MAX_USER_DATA_BYTES - octets)/2;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 178 * represents the number of least significant octets from
752 * octets from MS-MPPE-Send-Key are used as the key if the key
1187 * (14 octets). This is fixed in firmware Ver.1.49.
    [all...]
  /bionic/libc/netbsd/net/
base64.c 120 Since all base64 input is an integral number of octets, only the

Completed in 1614 milliseconds

<<111213141516171819