HomeSort by relevance Sort by last modified time
    Searched defs:bitlen (Results 1 - 12 of 12) sorted by null

  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 674 unsigned x, y, err, bitlen, lut_gap; local
783 unsigned y, z, err, bitlen, bitpos, lut_gap, first; local
908 unsigned y, z, err, bitlen, bitpos, lut_gap, first, zA, zB; local
    [all...]
  /external/iproute2/include/
utils.h 48 __s16 bitlen; member in struct:__anon21140
  /bionic/libc/netbsd/nameser/
ns_name.c 953 int bitlen; local
963 if ((bitlen = *(lp + 1)) == 0)
964 bitlen = 256;
965 return((bitlen + 7 ) / 8 + 1);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 258 unsigned int res, maxpad, pad, bitlen; local
305 bitlen = key->md.Nl+(inp_len<<3); /* at most 18 bits */
307 bitlen = BSWAP(bitlen);
310 mac.c[1] = (unsigned char)(bitlen>>16);
311 mac.c[2] = (unsigned char)(bitlen>>8);
312 mac.c[3] = (unsigned char)bitlen;
313 bitlen = mac.u[0];
332 data->u[SHA_LBLOCK-1] |= bitlen&mask;
347 data->u[SHA_LBLOCK-1] |= bitlen&mask
    [all...]
  /external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 258 unsigned int res, maxpad, pad, bitlen; local
305 bitlen = key->md.Nl+(inp_len<<3); /* at most 18 bits */
307 bitlen = BSWAP(bitlen);
310 mac.c[1] = (unsigned char)(bitlen>>16);
311 mac.c[2] = (unsigned char)(bitlen>>8);
312 mac.c[3] = (unsigned char)bitlen;
313 bitlen = mac.u[0];
332 data->u[SHA_LBLOCK-1] |= bitlen&mask;
347 data->u[SHA_LBLOCK-1] |= bitlen&mask
    [all...]
  /external/tcpdump/
print-domain.c 68 int bitlen, bytelen; local
74 if ((bitlen = *cp++) == 0)
75 bitlen = 256;
76 bytelen = (bitlen + 7) / 8;
91 int bitlen, slen, b; local
97 if ((bitlen = *cp) == 0)
98 bitlen = 256;
99 slen = (bitlen + 3) / 4;
104 for (bitp = cp + 1, b = bitlen; bitp < lim && b > 7; b -= 8, bitp++) {
117 printf("/%d]", bitlen);
133 int bitlen, elt; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pvkfmt.c 87 * bitlen/8 bytes.
135 unsigned int bitlen, int ispub);
137 unsigned int bitlen, int ispub);
214 static unsigned int blob_length(unsigned bitlen, int isdss, int ispub)
217 nbyte = (bitlen + 7) >> 3;
218 hnbyte = (bitlen + 15) >> 4;
222 /* Expected length: 20 for q + 3 components bitlen each + 24
227 /* Expected length: 20 for q, priv, 2 bitlen components + 24
240 * 2 components are bitlen size, 5 are bitlen/
251 unsigned int bitlen, magic; local
274 unsigned int bitlen, magic, length; local
487 unsigned int bitlen, magic = 0, keyalg; local
552 int bitlen; local
578 int nbyte, hnbyte, bitlen; local
    [all...]
  /external/openssl/crypto/pem/
pvkfmt.c 87 * bitlen/8 bytes.
135 unsigned int bitlen, int ispub);
137 unsigned int bitlen, int ispub);
214 static unsigned int blob_length(unsigned bitlen, int isdss, int ispub)
217 nbyte = (bitlen + 7) >> 3;
218 hnbyte = (bitlen + 15) >> 4;
222 /* Expected length: 20 for q + 3 components bitlen each + 24
227 /* Expected length: 20 for q, priv, 2 bitlen components + 24
240 * 2 components are bitlen size, 5 are bitlen/
251 unsigned int bitlen, magic; local
274 unsigned int bitlen, magic, length; local
487 unsigned int bitlen, magic = 0, keyalg; local
552 int bitlen; local
578 int nbyte, hnbyte, bitlen; local
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 

Completed in 377 milliseconds