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

  /external/openssl/crypto/ec/
ec_asn1.c 442 size_t len_1, len_2; local
475 len_1 = (size_t)BN_num_bytes(tmp_1);
478 if (len_1 == 0)
480 /* len_1 == 0 => a == 0 */
482 len_1 = 1;
486 if ((buffer_1 = OPENSSL_malloc(len_1)) == NULL)
492 if ( (len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0)
523 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) ||
    [all...]
  /bootable/recovery/applypatch/
main.c 173 " MTD:<partition>:<len_1>:<sha1_1>:<len_2>:<sha1_2>:...\n"
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 59 milliseconds