OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:octets
(Results
126 - 150
of
433
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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 */
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java
96
* MUST contain exactly four
octets
. For IP Version 6, as specified in
97
* RFC 1883, the octet string MUST contain exactly sixteen
octets
[RFC
IetfAttrSyntax.java
146
*
octets
OCTET STRING,
/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)>
Header.java
47
* field-content = <the
OCTETs
making up the field-value
/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
599
* of
octets
600
* @return the number of septets or
octets
in the user data payload
632
* userDataLength is the count of
octets
, so just subtract the
651
// Return the number of
octets
804
int
octets
= msgBody.length() * 2;
local
806
if (
octets
> MAX_USER_DATA_BYTES) {
807
ted.msgCount = (
octets
/ MAX_USER_DATA_BYTES_WITH_HEADER) + 1;
809
- (
octets
% MAX_USER_DATA_BYTES_WITH_HEADER))/2;
812
ted.codeUnitsRemaining = (MAX_USER_DATA_BYTES -
octets
)/2;
[
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
)
/external/dropbear/libtomcrypt/
crypt.tex
391
\mysection{Functions that use Arrays of
Octets
}
572
/** min keysize (
octets
) */
575
/** max keysize (
octets
) */
578
/** block size (
octets
) */
[
all
...]
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java
62
// Must have colons between
octets
.
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h
157
/** The size of the curve in
octets
*/
306
/** The order of the sub-group used in
octets
*/
483
int der_length_ia5_string(const unsigned char *
octets
, unsigned long noctets, unsigned long *outlen);
493
int der_length_printable_string(const unsigned char *
octets
, unsigned long noctets, unsigned long *outlen);
/external/dropbear/libtomcrypt/src/mac/omac/
omac_init.c
26
@param keylen The length of the secret key (
octets
)
Completed in 1967 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>