OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:octets
(Results
51 - 75
of
473
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtomcrypt/src/encauth/eax/
eax_init.c
25
@param keylen The length of the secret key (
octets
)
27
@param noncelen The length of the nonce (
octets
)
29
@param headerlen The header length (
octets
)
eax_decrypt.c
25
@param length The length (
octets
) of the ciphertext
eax_encrypt.c
25
@param length The length of the plaintext (
octets
)
/external/tcpdump/
slcompress.h
32
* the compressed packet. The next two
octets
are the TCP checksum
33
* from the original datagram. The next 0 to 15
octets
are
45
* range 1 - 255 and 3
octets
(0, MSB, LSB) for numbers in the
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERBoolean.java
57
byte[]
octets
)
59
return (
octets
[0] != 0) ? TRUE : FALSE;
DERUnknownTag.java
19
* @param data the contents
octets
.
/external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_encrypt_authenticate_memory.c
24
@param keylen The length of the secret key (
octets
)
27
@param ptlen The length of the plaintext (
octets
)
ocb_done_encrypt.c
24
@param ptlen The length of the plaintext (
octets
)
/external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory.c
24
@param keylen The length of the secret key (
octets
)
26
@param inlen The length of the data to HMAC (
octets
)
hmac_memory_multi.c
25
@param keylen The length of the secret key (
octets
)
29
@param inlen The length of the data to HMAC (
octets
)
hmac_process.c
24
@param inlen The length of the data to HMAC (
octets
)
/external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory_multi.c
25
@param keylen The length of the secret key (
octets
)
29
@param inlen The length of data you wish to send through PMAC (
octets
)
/external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/
der_decode_ia5_string.c
25
@param out [out] The array of
octets
stored (one per char)
26
@param outlen [in/out] The number of
octets
stored
/external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_decode_printable_string.c
25
@param out [out] The array of
octets
stored (one per char)
26
@param outlen [in/out] The number of
octets
stored
/external/dropbear/libtomcrypt/src/pk/katja/
katja_encrypt_key.c
23
@param inlen The length of the plaintext (
octets
)
27
@param lparamlen The length of lparam (
octets
)
/external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_v1_5_decode.c
23
* @param msglen The length of the encoded data (
octets
)
70
* or the length of ps is less than 8
octets
.
pkcs_1_v1_5_encode.c
23
* \param msglen The length of the data to encode (
octets
)
71
/* generate an
octets
string PS */
/external/dropbear/libtomcrypt/src/pk/rsa/
rsa_encrypt_key.c
23
@param inlen The length of the plaintext (
octets
)
27
@param lparamlen The length of lparam (
octets
)
/external/wpa_supplicant/
driver_ndis_.c
44
* enum event_types (as int, i.e., 4
octets
)
45
* data length (2
octets
(big endian), optional)
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis_.c
41
* enum event_types (as int, i.e., 4
octets
)
42
* data length (2
octets
(big endian), optional)
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h
79
@param inlen Length of the entropy (
octets
)\
91
@param outlen Length of data desired (
octets
)
93
@return Number of
octets
read
110
@param inlen The length of the data to import (
octets
)
/external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_hash_any.c
21
@param digestlen The minimum length of the digest size (
octets
)
/external/dropbear/libtomcrypt/src/modes/cbc/
cbc_setiv.c
24
@param len The length of the vector (in
octets
)
/external/dropbear/libtomcrypt/src/modes/cfb/
cfb_setiv.c
23
@param len The length of the vector (in
octets
)
/external/dropbear/libtomcrypt/src/modes/ctr/
ctr_setiv.c
23
@param len The length of the vector (in
octets
)
Completed in 413 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>