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

  /external/boringssl/src/crypto/bn/
bn_test.cc 158 ScopedFILE bc_file; local
167 bc_file.reset(fopen(argv[1], "w+"));
168 if (!bc_file) {
187 puts_fp(bc_file.get(), "/* This script, when run through the UNIX bc utility, "
189 puts_fp(bc_file.get(), "/* tr a-f A-F < bn_test.out | sed s/BAsE/base/ | bc "
191 puts_fp(bc_file.get(), "obase=16\nibase=16\n");
193 message(bc_file.get(), "BN_add");
194 if (!test_add(bc_file.get())) {
197 flush_fp(bc_file.get());
199 message(bc_file.get(), "BN_sub")
    [all...]

Completed in 88 milliseconds