/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERApplicationSpecific.java | 13 private byte[] octets; field in class:DERApplicationSpecific 17 byte[] octets) 20 this.octets = octets; 35 this.octets = baos.toByteArray(); 45 return octets; 64 out.writeEncoded(DERTags.APPLICATION | tag, octets); 82 if (octets.length != other.octets.length) 87 for (int i = 0; i < octets.length; i++) [all...] |
DEROctetString.java | 9 * @param string the octets making up the octet string.
|
/external/iptables/extensions/ |
libip6t_dst.man | 4 Total length of this header in octets. 7 numeric type of option and the length of the option data in octets.
|
libip6t_length.man | 1 This module matches the length of the IPv6 payload in octets, or range of it.
|
libip6t_hbh.man | 4 Total length of this header in octets. 7 numeric type of option and the length of the option data in octets.
|
libip6t_ah.man | 7 Total length of this header in octets.
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_i.h | 109 const u8 *enrollee_nonce; /* WPS_NONCE_LEN (16) octets */ 110 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */ 111 const u8 *uuid_r; /* WPS_UUID_LEN (16) octets */ 112 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ 113 const u8 *auth_type_flags; /* 2 octets */ 114 const u8 *encr_type_flags; /* 2 octets */ 116 const u8 *config_methods; /* 2 octets */ 117 const u8 *sel_reg_config_methods; /* 2 octets */ 118 const u8 *primary_dev_type; /* 8 octets */ 120 const u8 *assoc_state; /* 2 octets */ [all...] |
wps.h | 44 * @key_len: Key length in octets 48 * @cred_attr_len: Length of cred_attr in octets 66 * @device_name: Device Name (0..32 octets encoded in UTF-8) 67 * @manufacturer: Manufacturer (0..64 octets encoded in UTF-8) 68 * @model_name: Model Name (0..32 octets encoded in UTF-8) 69 * @model_number: Model Number (0..32 octets encoded in UTF-8) 70 * @serial_number: Serial Number (0..32 octets encoded in UTF-8) 111 * pin_len - Length on pin in octets 180 * @psk_len: The length of psk in octets 254 * extra_cred_len: Length of extra_cred in octets [all...] |
/external/tcpdump/ |
igrp.h | 24 u_int8_t igr_net[3]; /* 3 significant octets of IP address */ 27 u_int8_t igr_mtu[2]; /* MTU in octets */
|
/external/v8/src/ |
uri.js | 46 function URIEncodeOctets(octets, result, index) { 51 index = URIAddEncodedOctetToBuffer(octets[0], result, index); 52 if (octets[1]) index = URIAddEncodedOctetToBuffer(octets[1], result, index); 53 if (octets[2]) index = URIAddEncodedOctetToBuffer(octets[2], result, index); 54 if (octets[3]) index = URIAddEncodedOctetToBuffer(octets[3], result, index); 63 var octets = new $Array(3); 65 octets[0] = cc [all...] |
/external/dropbear/libtomcrypt/src/encauth/eax/ |
eax_decrypt_verify_memory.c | 24 @param keylen The length of the key (octets) 28 @param headerlen The length of the header (octets) 30 @param ctlen The length of the ciphertext (octets) 33 @param taglen [in/out] The length of the tag (octets)
|
eax_encrypt_authenticate_memory.c | 24 @param keylen The length of the secret key (octets) 28 @param headerlen The length of the header (octets) 30 @param ptlen The length of the plaintext (octets)
|
/external/kernel-headers/original/linux/ |
if_fddi.h | 31 #define FDDI_K_ALEN 6 /* Octets in one FDDI address */ 32 #define FDDI_K_8022_HLEN 16 /* Total octets in 802.2 header */ 33 #define FDDI_K_SNAP_HLEN 21 /* Total octets in 802.2 SNAP header */ 34 #define FDDI_K_8022_ZLEN 16 /* Min octets in 802.2 frame sans FCS */ 35 #define FDDI_K_SNAP_ZLEN 21 /* Min octets in 802.2 SNAP frame sans FCS */ 36 #define FDDI_K_8022_DLEN 4475 /* Max octets in 802.2 payload */ 37 #define FDDI_K_SNAP_DLEN 4470 /* Max octets in 802.2 SNAP payload */ 38 #define FDDI_K_LLC_ZLEN 13 /* Min octets in LLC frame sans FCS */ 39 #define FDDI_K_LLC_LEN 4491 /* Max octets in LLC frame sans FCS */
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_common.h | 185 * Group Suite Selector (4 octets) (default: TKIP) 186 * Pairwise Suite Count (2 octets, little endian) (default: 1) 187 * Pairwise Suite List (4 * n octets) (default: TKIP) 188 * Authenticated Key Management Suite Count (2 octets, little endian) 190 * Authenticated Key Management Suite List (4 * n octets) 192 * WPA Capabilities (2 octets, little endian) (default: 0) 214 * Group Suite Selector (4 octets) (default: CCMP) 215 * Pairwise Suite Count (2 octets, little endian) (default: 1) 216 * Pairwise Suite List (4 * n octets) (default: CCMP) 217 * Authenticated Key Management Suite Count (2 octets, little endian [all...] |
/external/dropbear/libtomcrypt/src/mac/pelican/ |
pelican_memory.c | 23 @param keylen The length of the key (octets) 25 @param inlen The length of the input (octets)
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt_find_cipher_any.c | 21 @param blocklen The minimum length of the block cipher desired (octets) 22 @param keylen The minimum length of the key size desired (octets)
|
/external/ppp/pppd/ |
pppcrypt.c | 130 u_char *clear; /* IN 8 octets */ 131 u_char *cipher; /* OUT 8 octets */ 146 u_char *cipher; /* IN 8 octets */ 147 u_char *clear; /* OUT 8 octets */ 175 u_char *clear; /* IN 8 octets */ 176 u_char *cipher; /* OUT 8 octets */ 185 u_char *cipher; /* IN 8 octets */ 186 u_char *clear; /* OUT 8 octets */
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/ |
der_length_ia5_string.c | 151 @param octets The values you want to encode 152 @param noctets The number of octets in the string to encode 156 int der_length_ia5_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen) 161 LTC_ARGCHK(octets != NULL); 165 if (der_ia5_char_encode(octets[x]) == -1) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/ |
der_length_printable_string.c | 123 @param octets The values you want to encode 124 @param noctets The number of octets in the string to encode 128 int der_length_printable_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen) 133 LTC_ARGCHK(octets != NULL); 137 if (der_printable_char_encode(octets[x]) == -1) {
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11e.h | 48 uint8 octets[3]; member in struct:tsinfo 97 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 98 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 100 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 101 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 104 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 106 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_decrypt_verify_memory.c | 24 @param keylen The length of the secret key (octets) 27 @param ctlen The length of the ciphertext (octets) 30 @param taglen The length of the tag (octets)
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_memory_multi.c | 25 @param keylen The length of the secret key (octets) 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 29 @param inlen The length of the data to send through f9 (octets)
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_memory.c | 24 @param keylen The length of the secret key (octets) 26 @param inlen The length of the data to send through OMAC (octets) 28 @param outlen [in/out] The max size and resulting size of the authentication tag (octets)
|
omac_memory_multi.c | 25 @param keylen The length of the secret key (octets) 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 29 @param inlen The length of the data to send through OMAC (octets)
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_memory_multi.c | 25 @param keylen The length of the secret key (octets) 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 29 @param inlen The length of the data to send through XCBC (octets)
|