/external/apache-http/src/org/apache/commons/codec/net/ |
QuotedPrintableCodec.java | 34 * The Quoted-Printable encoding is intended to represent data that largely consists of octets that correspond to 35 * printable characters in the ASCII character set. It encodes the data in such a way that the resulting octets are
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 76 * OCTETs represents both the entity-length and the transfer-length. The Content-Length 164 * number of OCTETs, sent to the recipient or, in the case of the HEAD method, the size of
|
/external/openssl/crypto/asn1/ |
a_int.c | 168 /* Complement any octets left */ 176 /* Convert just ASN1 INTEGER content octets to ASN1_INTEGER structure */
|
x_long.c | 128 /* Convert number of bits to number of octets */
|
/external/ppp/pppd/plugins/radius/ |
sendserver.c | 29 * Returns: Number of octets packed. 477 * Purpose: generates a random vector of AUTH_VECTOR_LEN octets.
|
/external/tcpdump/ |
sctpConstants.h | 441 #define SCTP_NUMBER_OF_SECRETS 8 /* or 8 * 4 = 32 octets */ 442 #define SCTP_SECRET_SIZE 32 /* number of octets in a 256 bits */
|
print-mobility.c | 53 u_int8_t ip6m_len; /* length in units of 8 octets */
|
/frameworks/base/core/java/android/net/ |
Uri.java | 173 * relative URI, this method returns the entire URI. Decodes escaped octets. 184 * relative URI, this method returns the entire URI. Leaves escaped octets [all...] |
/frameworks/base/telephony/java/android/telephony/ |
SmsCbMessage.java | 108 // ETWS primary notification with security is 56 octets in length 320 // the number of useful octets within those 82
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
dis-asm.h | 167 /* Number of octets per incremented target address 210 target address. Return number of octets processed. */
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
BasicAdapterTest.java | 83 // Must have colons between octets.
|
/external/dropbear/libtomcrypt/src/hashes/chc/ |
chc.c | 166 @param inlen The length of the data (octets)
|
/external/dropbear/libtomcrypt/src/hashes/ |
md2.c | 117 @param inlen The length of the data (octets)
|
md4.c | 190 @param inlen The length of the data (octets)
|
sha1.c | 182 @param inlen The length of the data (octets)
|
/external/wpa_supplicant/ |
wpa.c | 51 * Group Suite Selector (4 octets) (default: TKIP) 52 * Pairwise Suite Count (2 octets, little endian) (default: 1) 53 * Pairwise Suite List (4 * n octets) (default: TKIP) 54 * Authenticated Key Management Suite Count (2 octets, little endian) 56 * Authenticated Key Management Suite List (4 * n octets) 58 * WPA Capabilities (2 octets, little endian) (default: 0) 143 * Group Suite Selector (4 octets) (default: CCMP) 144 * Pairwise Suite Count (2 octets, little endian) (default: 1) 145 * Pairwise Suite List (4 * n octets) (default: CCMP) 146 * Authenticated Key Management Suite Count (2 octets, little endian [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.c | 302 * @ssid_len: Length of ssid in octets
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
WapPushOverSms.java | 81 * So it will be encoded in no more than 5 octets.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
icmp6.h | 190 uint8_t nd_opt_len; /* in units of 8 octets */
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa_ft.c | 64 * @mobility_domain: Mobility domain identifier (2 octets) 65 * @r0kh_id: PMK-R0 key holder identity (1-48 octets) 67 * @r1kh_id: PMK-R1 key holder identity (16 octets)
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SmsMessageBodyTest.java | 245 * requires a user data header of 3 octets, or 4 septets, plus UDH length. 251 * requires a user data header of 6 octets, or 7 septets, plus UDH length. 256 * Multi-part messages require a user data header of 5 octets, or 6 septets,
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URITest.java | 41 // escaped octets for illegal chars 44 // escaped octets for unicode chars 53 // escaped octets for illegal 57 // escaped octets for unicode 122 "http://host%20name/", // escaped octets in host (becomes 209 "asc%20heme:ssp" // escape octets 337 "fragment"); // escaped octets in host name 369 "fragment"); // escaped octets in scheme 478 // port and if unicode chars and escaped octets in components are [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduParser.java | [all...] |
/external/chromium/base/crypto/ |
rsa_private_key.cc | 63 // The high bit is used to indicate whether additional octets are needed to
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
sha512.c | 195 @param inlen The length of the data (octets)
|