HomeSort by relevance Sort by last modified time
    Searched refs:tmp_len (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/evp/
bio_b64.c 84 int tmp_len; /* used to find the start when decoding */ member in struct:b64_struct
120 ctx->tmp_len=0;
159 ctx->tmp_len=0;
191 i=BIO_read(b->next_bio,&(ctx->tmp[ctx->tmp_len]),
192 B64_BLOCK_SIZE-ctx->tmp_len);
203 if(ctx->tmp_len == 0)
213 i+=ctx->tmp_len;
214 ctx->tmp_len = i;
221 ctx->tmp_len=0;
274 ctx->tmp_len=0
    [all...]
  /external/openssl/apps/
ecparam.c 482 size_t buf_len = 0, tmp_len = 0; local
528 if ((tmp_len = (size_t)BN_num_bytes(ec_p)) > buf_len)
529 buf_len = tmp_len;
530 if ((tmp_len = (size_t)BN_num_bytes(ec_a)) > buf_len)
531 buf_len = tmp_len;
532 if ((tmp_len = (size_t)BN_num_bytes(ec_b)) > buf_len)
533 buf_len = tmp_len;
534 if ((tmp_len = (size_t)BN_num_bytes(ec_gen)) > buf_len)
535 buf_len = tmp_len;
536 if ((tmp_len = (size_t)BN_num_bytes(ec_order)) > buf_len
    [all...]
  /external/openssl/crypto/ec/
ec_mult.c 489 size_t tmp_len = 0; local
499 tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len);
503 if (tmp_len <= max_len)
513 wNAF_len[num] = tmp_len;
514 if (tmp_len > max_len)
515 max_len = tmp_len;
527 if (tmp_len < numblocks * blocksize)
530 numblocks = (tmp_len + blocksize - 1) / blocksize;
548 if (tmp_len < blocksize)
553 tmp_len -= blocksize
    [all...]
ec_asn1.c 1214 size_t buf_len=0, tmp_len; local
1274 tmp_len = EC_POINT_point2oct(a->group, a->pub_key,
1277 if (tmp_len > buf_len)
1279 unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len);
1286 buf_len = tmp_len;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 1948 NJ_UINT16 tmp_len; local
    [all...]
ndbdic.c 1568 NJ_UINT16 tmp_len; local
    [all...]
  /external/libpng/
ltmain.sh     [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c     [all...]

Completed in 161 milliseconds