HomeSort by relevance Sort by last modified time
    Searched full:len_2 (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/ec/
ec_asn1.c 436 size_t len_1, len_2; local
469 len_2 = (size_t)BN_num_bytes(tmp_2);
493 if (len_2 == 0)
495 /* len_2 == 0 => b == 0 */
497 len_2 = 1;
501 if ((buffer_2 = OPENSSL_malloc(len_2)) == NULL)
507 if ( (len_2 = BN_bn2bin(tmp_2, buffer_2)) == 0)
517 !M_ASN1_OCTET_STRING_set(curve->b, b_buf, len_2))
    [all...]
  /bootable/recovery/applypatch/
main.c 173 " MTD:<partition>:<len_1>:<sha1_1>:<len_2>:<sha1_2>:...\n"
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 248 milliseconds