/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...] |
/external/apache-http/src/org/apache/http/ |
Header.java | 47 * field-content = <the OCTETs making up the field-value
|
/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)
|
/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_encrypt.c | 25 @param len Length of plaintext (octets)
|
/external/dropbear/libtomcrypt/src/modes/f8/ |
f8_encrypt.c | 24 @param len Length of plaintext (octets)
|
/external/dropbear/libtomcrypt/src/modes/lrw/ |
lrw_process.c | 24 @param len The length of the input, must be a multiple of 128-bits (16 octets)
|
lrw_start.c | 25 @param keylen The length of the cipher key in octets
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_length_sequence.c | 24 @param outlen [out] The length required in octets to store it
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/ |
der_decode_utctime.c | 45 @param inlen Length of input buffer in octets
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_decrypt_key.c | 23 @param inlen The length of the ciphertext (octets)
|
dsa_encrypt_key.c | 23 @param inlen The length of the key to encrypt (octets)
|
dsa_verify_hash.c | 87 @param siglen The length of the signature (octets)
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_decrypt_key.c | 29 @param inlen The length of the ciphertext (octets)
|
ecc_encrypt_key.c | 29 @param inlen The length of the key to encrypt (octets)
|
ecc_make_key.c | 30 @param keysize The keysize for the new key (in octets from 20 to 65 bytes)
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_exptmod.c | 23 @param inlen The length of the input (octets)
|
katja_make_key.c | 24 @param size The size of the modulus (key size) desired (octets)
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_exptmod.c | 23 @param inlen The length of the input (octets)
|
/external/kernel-headers/original/linux/ |
if_tr.h | 26 #define TR_ALEN 6 /* Octets in one token-ring addr */
|
/external/wpa_supplicant/ |
crypto_internal.c | 465 * PS = k-3-||D||; at least eight octets 467 * k = length of modulus in octets (modlen) 581 * k = length of modulus in octets 595 /* PKCS #1 v1.5, 8.1: At least eight octets long PS */
|
crypto_libtomcrypt.c | 504 * PS = k-3-||D||; at least eight octets 506 * k = length of modulus in octets (modlen) 640 * k = length of modulus in octets 654 /* PKCS #1 v1.5, 8.1: At least eight octets long PS */
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_libtomcrypt.c | 504 * PS = k-3-||D||; at least eight octets 506 * k = length of modulus in octets (modlen) 640 * k = length of modulus in octets 654 /* PKCS #1 v1.5, 8.1: At least eight octets long PS */
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccUtils.java | 128 * remaining octets are 16 bit UCS2 characters ... 136 * used with some or all of the remaining octets in the string. 137 * The fourth and subsequent octets contain codings as follows: 145 * characters in the string, and the third and fourth octets
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSmsAddress.java | 44 // addressLength is the count of semi-octets, not bytes
|