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

1 2 3 4 56 7 8 91011>>

  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_start.c 26 @param keylen The length of the secret key (octets)
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_setiv.c 22 @param IV The IV, must be 16 octets
  /external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/
der_encode_ia5_string.c 70 /* store octets */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_encode_printable_string.c 70 /* store octets */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_multi.c 25 @param inlen Length of input in octets
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_length_utf8_string.c 40 @param noctets The number of octets in the string to encode
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_import.c 23 @param inlen It's length (octets)
  /external/dropbear/libtomcrypt/src/prngs/
sprng.c 75 @return Number of octets read
  /external/wpa_supplicant/
eap_defs.h 28 /* followed by length-4 octets of data */
radius.h 29 /* followed by length-20 octets of attributes */
46 /* followed by length-2 octets of attribute value */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_defs.h 28 /* followed by length-4 octets of data */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tr.h 26 #define TR_ALEN 6 /* Octets in one token-ring addr */
llc.h 32 LLC_OPT_SIZE, /* max PDU size (octets). */
ppp_defs.h 48 #define PPP_HDRLEN 4 /* octets for standard ppp header */
49 #define PPP_FCSLEN 2 /* octets for FCS */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ethernet.h 55 #define ETHER_HDR_LEN ETH_HLEN /* total octets in header */
  /external/apache-http/src/org/apache/http/
NameValuePair.java 50 * CHAR = <any US-ASCII character (octets 0 - 127)>
56 * (octets 0 - 31) and DEL (127)>
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_make_key.c 24 @param group_size Size of the multiplicative group (octets)
25 @param modulus_size Size of the modulus (octets)
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c 39 @param siglen The length of the signature (octets)
41 @param hashlen The length of the hash (octets)
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_pss_encode.c 23 @param msghashlen The length of the hash (octets)
24 @param saltlen The length of the salt desired (octets)
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_verify_hash.c 23 @param siglen The length of the signature data (octets)
25 @param hashlen The length of the hash of the message that was signed (octets)
  /external/kernel-headers/original/linux/
ppp_defs.h 48 #define PPP_HDRLEN 4 /* octets for standard ppp header */
49 #define PPP_FCSLEN 2 /* octets for FCS */
  /external/ppp/pppd/include/net/
ppp_defs.h 44 #define PPP_HDRLEN 4 /* octets for standard ppp header */
45 #define PPP_FCSLEN 2 /* octets for FCS */
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.h 29 /* followed by length-20 octets of attributes */
46 /* followed by length-2 octets of attribute value */
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 607 * of octets
608 * @return the number of septets or octets in the user data payload
640 * userDataLength is the count of octets, so just subtract the
659 // Return the number of octets
750 int octets = msgBody.length() * 2; local
752 if (octets > MAX_USER_DATA_BYTES) {
753 ted.msgCount = (octets + (MAX_USER_DATA_BYTES_WITH_HEADER - 1)) /
756 MAX_USER_DATA_BYTES_WITH_HEADER) - octets) / 2;
759 ted.codeUnitsRemaining = (MAX_USER_DATA_BYTES - octets)/2;
911 // additional TP-PI octets
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_memory.c 24 @param keylen The length of the secret key (octets)
29 @param headerlen The length of the header (octets)
31 @param ptlen The length of the plaintext (octets)

Completed in 308 milliseconds

1 2 3 4 56 7 8 91011>>