HomeSort by relevance Sort by last modified time
    Searched refs:octet (Results 26 - 37 of 37) sorted by null

12

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 832 ea->octet[i++] = (char) bcm_strtoul(p, &p, 16);
875 ea->octet[0]&0xff, ea->octet[1]&0xff, ea->octet[2]&0xff,
876 ea->octet[3]&0xff, ea->octet[4]&0xff, ea->octet[5]&0xff);
    [all...]
dhdu.c     [all...]
  /external/bluetooth/bluez/sbc/
sbc.c 141 uint8_t octet; local
146 octet = data[i];
148 char bit = ((octet ^ crc) & 0x80) >> 7;
152 octet = octet << 1;
  /external/srtp/crypto/math/
math.c 157 octet_get_weight(uint8_t octet) {
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/openssl/crypto/pkcs12/
pkcs12.h 132 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon9046
  /external/openssl/include/openssl/
pkcs12.h 132 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon9089
  /external/srtp/crypto/include/
datatypes.h 106 * one) in the octet x
110 octet_get_weight(uint8_t octet);
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /external/dropbear/libtomcrypt/
crypt.tex 398 For the purposes of this library, the term \textit{byte} will refer to an octet or eight bit word. Typically an array of
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c     [all...]
  /external/dropbear/
configure     [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 1196 milliseconds

12