/external/mksh/src/ |
mksh.1 | 793 octets) is entered, the menu is reprinted without executing 1051 both octal and hexadecimal sequences convert to raw octets; 1059 and yield raw octets; hexadecimal sequences 1190 parameter specifies a list of octets which are used to break a string up 1191 into several words; any octets from the set space, tab, and newline that 1194 octets are called 1198 whitespace octets, in combination with zero or one 1200 whitespace octets, delimit a field. [all...] |
/external/srtp/srtp/ |
srtp.c | 293 * of the key in octets is provided as keylen. this function 601 unsigned enc_octet_len = 0; /* number of octets in encrypted portion */ 844 unsigned enc_octet_len = 0;/* number of octets in encrypted portion */ [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduParser.java | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 491 int octets = ted.codeUnitCount * 2; local 492 if (octets > SmsConstants.MAX_USER_DATA_BYTES) { 493 ted.msgCount = (octets + (SmsConstants.MAX_USER_DATA_BYTES_WITH_HEADER - 1)) / 496 SmsConstants.MAX_USER_DATA_BYTES_WITH_HEADER) - octets) / 2; 499 ted.codeUnitsRemaining = (SmsConstants.MAX_USER_DATA_BYTES - octets)/2; [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 133 * shared_secret_len - shared_secret length in octets [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
bss.c | 978 * @vendor_type: Vendor type (four octets starting the IE payload) 1007 * @vendor_type: Vendor type (four octets starting the IE payload) 1048 * @vendor_type: Vendor type (four octets starting the IE payload)
|
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
OidTest.java | 229 // incorrect length: encoded not in minimum number of octets
|
/external/chromium/crypto/ |
rsa_private_key.cc | 289 // The high bit is used to indicate whether additional octets are needed to
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_handshake_hybi08.py | 343 ('Wrong Sec-WebSocket-Key (decoded value is not 16 octets long)',
|
/external/chromium_org/crypto/ |
rsa_private_key.cc | 283 // The high bit is used to indicate whether additional octets are needed to
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | 678 my @octets = unpack('C4', $text); 679 $encoding = ( $octets[0] and $octets[1]) ? 'UTF-8' 680 : (!$octets[0] and $octets[1]) ? 'UTF-16BE' 681 : (!$octets[0] and !$octets[1]) ? 'UTF-32BE' 682 : ( $octets[2] ) ? 'UTF-16LE' 683 : (!$octets[2] ) ? 'UTF-32LE' [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 678 my @octets = unpack('C4', $text); 679 $encoding = ( $octets[0] and $octets[1]) ? 'UTF-8' 680 : (!$octets[0] and $octets[1]) ? 'UTF-16BE' 681 : (!$octets[0] and !$octets[1]) ? 'UTF-32BE' 682 : ( $octets[2] ) ? 'UTF-16LE' 683 : (!$octets[2] ) ? 'UTF-32LE' [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 678 my @octets = unpack('C4', $text); 679 $encoding = ( $octets[0] and $octets[1]) ? 'UTF-8' 680 : (!$octets[0] and $octets[1]) ? 'UTF-16BE' 681 : (!$octets[0] and !$octets[1]) ? 'UTF-32BE' 682 : ( $octets[2] ) ? 'UTF-16LE' 683 : (!$octets[2] ) ? 'UTF-32LE' [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_sign.c | 203 * check for correct tag and length octets.
|
/external/dropbear/libtomcrypt/src/hashes/ |
md4.c | 190 @param inlen The length of the data (octets)
|
sha1.c | 182 @param inlen The length of the data (octets)
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
sha512.c | 195 @param inlen The length of the data (octets)
|
/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/libnl-headers/ |
netlink-types.h | 50 * octets read and allocate a buffer for the received data. */
|
/external/openssh/openbsd-compat/ |
base64.c | 116 Since all base64 input is an integral number of octets, only the
|