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/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/openssh/
hostfile.c 156 hostfile_read_key(char **cpp, u_int *bitsp, Key *ret)
173 if (bitsp != NULL)
174 *bitsp = key_size(ret);
ssh-keygen.c 160 type_bits_valid(int type, u_int32_t *bitsp)
168 if (*bitsp == 0) {
170 *bitsp = DEFAULT_BITS_DSA;
172 *bitsp = DEFAULT_BITS_ECDSA;
174 *bitsp = DEFAULT_BITS;
178 if (*bitsp > maxbits) {
182 if (type == KEY_DSA && *bitsp != 1024)
184 else if (type != KEY_ECDSA && *bitsp < 768)
186 else if (type == KEY_ECDSA && key_ecdsa_bits_to_nid(*bitsp) == -1)
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 179 milliseconds