/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
if_tr.h | 27 #define TR_ALEN 6 /* Octets in one token-ring addr */
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver.h | 94 * @ie_len: length of the following IE field in octets 115 /* followed by ie_len octets of IEs */ 263 * ft_md - FT Mobility domain (6 octets) (also included inside ft_ies) 410 * Note: SSID is an array of octets, i.e., it is not nul terminated and 453 * @seq: sequence number/packet number, seq_len octets, the next 458 * TKIP: 6 octets, CCMP: 6 octets, IGTK: 6 octets 461 * @key_len: length of the key buffer in octets (WEP: 5 or 13, 921 * @md: Mobility domain (2 octets) (also included inside ies [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicNameValuePair.java | 54 * CHAR = <any US-ASCII character (octets 0 - 127)> 60 * (octets 0 - 31) and DEL (127)>
|
HeaderValueParser.java | 135 * CHAR = <any US-ASCII character (octets 0 - 127)> 141 * (octets 0 - 31) and DEL (127)>
|
BasicHeader.java | 51 * field-content = <the OCTETs making up the field-value
|
/external/libxml2/ |
DOCBparser.c | 32 * The value of @inlen after return is the number of octets consumed 34 * The value of @outlen after return is the number of octets consumed.
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
ikev2_common.h | 19 * Nonce length must be at least 16 octets. It must also be at least half the 57 /* SPI of spi_size octets */
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 146 @param a The integer to get the size (when stored in array of octets) 151 /** store an integer as an array of octets 158 /** read an array of octets and store as integer 160 @param src The array of octets 161 @param len The number of octets 399 @param size The size of the modulus (key size) desired (octets)
|
/external/wpa_supplicant/ |
driver.h | 268 * Note: SSID is an array of octets, i.e., it is not nul terminated and 311 * @seq: sequence number/packet number, seq_len octets, the next 316 * TKIP: 6 octets, CCMP: 6 octets, IGTK: 6 octets 319 * @key_len: length of the key buffer in octets (WEP: 5 or 13,
|
crypto.h | 84 * @clear: 8 octets (in) 85 * @key: 7 octets (in) (no parity bits included) 86 * @cypher: 8 octets (out)
|
/external/openssl/crypto/asn1/ |
tasn_enc.c | 437 /* Output the content octets of SET OF or SEQUENCE OF */ 514 /* Get length of content octets and maybe find 521 * included in pseudo content octets so don't 546 /* Output tag+length followed by content octets */ 563 /* Produce content octets from a structure */
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_internal.c | 581 * PS = k-3-||D||; at least eight octets 583 * k = length of modulus in octets (modlen) 673 /* Skip PS (pseudorandom non-zero octets) */ 730 * k = length of modulus in octets 762 /* PKCS #1 v1.5, 8.1: At least eight octets long PS */
|
crypto.h | 85 * @clear: 8 octets (in) 86 * @key: 7 octets (in) (no parity bits included) 87 * @cypher: 8 octets (out)
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-api-fst.c | 199 * Encrypt data partitioned in octets, using RFC 2040-like padding. 202 * @param inputOctets input length in octets (not bits) 205 * @return length in octets (not bits) of the encrypted output buffer.
|
/external/chromium/net/third_party/nss/ssl/ |
ssl3ecc.c | 1018 BE( 8), /* octets that follow ( 3 pairs + 1 length pair) */ 1019 BE( 6), /* octets that follow ( 3 pairs) */ 1028 BE(52), /* octets that follow (25 pairs + 1 length pair) */ 1029 BE(50), /* octets that follow (25 pairs) */ [all...] |
/external/apache-http/src/org/apache/http/impl/entity/ |
StrictContentLengthStrategy.java | 72 * OCTETs represents both the entity-length and the transfer-length. The Content-Length 160 * number of OCTETs, sent to the recipient or, in the case of the HEAD method, the size of
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
GeneralName.java | 100 * MUST contain exactly four octets. For IP Version 6, as specified in 101 * RFC 1883, the octet string MUST contain exactly sixteen octets [RFC
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataric2p.S | 321 | Octets 0-7 343 | Octets 8-15
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11events.c | 85 are stored in two octets: 97 are stored in three octets: 109 are stored in four octets: 122 are stored in five octets: 135 are stored in six octets: 151 number of continuing octets (if any) and leave only the free bits (the x's) 154 2-octets: 110xxxxx & 00011111 = 000xxxxx 158 /* Now, start filling c.ucs4 with the bits from the continuing octets from utf8. */ [all...] |
/bionic/libc/include/net/ |
if_ether.h | 61 * Ethernet address - 6 octets
|
/development/ndk/platforms/android-3/include/net/ |
if_ether.h | 61 * Ethernet address - 6 octets
|
/external/bluetooth/bluez/tools/ |
ubcsp.c | 338 /* All the octets matched, return the value */
821 /** 8) Receive octets from UART and deslip them as required **/
822 /** 9) Place received octets into receive header or receive payload buffer **/
[all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
DERBitString.java | 148 * @param data the octets making up the bit string.
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_init.c | 43 @param keylen The length of the secret key (octets)
|
s_ocb_done.c | 32 @param ptlen The length of the input (octets)
|