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

  /external/openssl/crypto/rsa/
rsa_gen.c 105 int bitsp,bitsq,ok= -1,n=0; local
117 bitsp=(bits+1)/2;
118 bitsq=bits-bitsp;
135 if(!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 94 FILE *inp, *outp, *f_bn, *bitsp; local
292 if ((bitsp = fopen(bitfilename,"wb")) == NULL) {
423 fclose(bitsp);
490 fwrite(streamdata, 1, stream_len, bitsp); /* NOTE! Writes bytes to file */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 94 FILE *inp, *outp, *f_bn, *bitsp; local
292 if ((bitsp = fopen(bitfilename,"wb")) == NULL) {
423 fclose(bitsp);
485 fwrite(streamdata, 1, stream_len, bitsp); /* NOTE! Writes bytes to file */
  /external/chromium_org/third_party/boringssl/src/crypto/rsa/
rsa_impl.c 795 int bitsp, bitsq, ok = -1, n = 0; local
811 bitsp = (bits + 1) / 2;
812 bitsq = bits - bitsp;
836 if (!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 360 milliseconds