Searched defs:octet (Results 1 - 21 of 21) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.c76 /* Short form - length 0..127 in one octet */
117 * The first octet encodes the first two object
177 static u8 rotate_bits(u8 octet) argument
185 if (octet & 1)
187 octet >>= 1;
/external/wpa_supplicant_8/src/tls/
H A Dasn1.c76 /* Short form - length 0..127 in one octet */
117 * The first octet encodes the first two object
177 static u8 rotate_bits(u8 octet) argument
185 if (octet & 1)
187 octet >>= 1;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.c76 /* Short form - length 0..127 in one octet */
117 * The first octet encodes the first two object
177 static u8 rotate_bits(u8 octet) argument
185 if (octet & 1)
187 octet >>= 1;
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_util_chromeos.cc84 uint32_t octet; local
85 bool success = base::HexStringToUInt(octets[i], &octet);
87 result->b[i] = base::checked_cast<uint8_t>(octet);
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Ddatatypes.c85 octet_get_weight(uint8_t octet) { argument
88 return octet_weight[octet];
112 /* double length, since one octet takes two hex characters */
168 * of length 2 * len to a raw octet string of length len
693 * of length 2 * len to a raw octet string of length len
H A Dmath.c157 octet_get_weight(uint8_t octet) { argument
160 return octet_weight[octet];
297 /* double length, since one octet takes two hex characters */
430 * of length 2 * len to a raw octet string of length len
/external/srtp/crypto/math/
H A Ddatatypes.c85 octet_get_weight(uint8_t octet) { argument
88 return octet_weight[octet];
112 /* double length, since one octet takes two hex characters */
168 * of length 2 * len to a raw octet string of length len
693 * of length 2 * len to a raw octet string of length len
H A Dmath.c157 octet_get_weight(uint8_t octet) { argument
160 return octet_weight[octet];
297 /* double length, since one octet takes two hex characters */
430 * of length 2 * len to a raw octet string of length len
/external/esd/include/
H A Desd.h121 typedef unsigned char octet; typedef
/external/openssl/crypto/pkcs12/
H A Dpkcs12.h132 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon28352
/external/openssl/include/openssl/
H A Dpkcs12.h132 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon28395
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h349 u8 octet[6]; member in struct:__sanitizer::__sanitizer_ether_addr
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jar ... in int inPos int inAvail public boolean isInAlphabet (byte) byte octet static void " href="/5.1.0_r1/s? ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jar ... int inPos int inAvail public static boolean isBase64 (byte) byte octet public static boolean isArrayByteBase64 (byte[]) int i byte[] arrayOctet private ...
/external/sqlite/dist/orig/
H A Dsqlite3.c2958 ** specifying an octet value. ^Before the path or query components of a
2961 ** corresponding octet. If this process generates an invalid UTF-8 encoding,
124418 int octet = (sqlite3HexToInt(zUri[iIn++]) << 4); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2958 ** specifying an octet value. ^Before the path or query components of a
2961 ** corresponding octet. If this process generates an invalid UTF-8 encoding,
124438 int octet = (sqlite3HexToInt(zUri[iIn++]) << 4); local
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1047 milliseconds