Searched refs:bitsp (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_gen.c88 int bitsp,bitsq,ok= -1,n=0; local
103 bitsp=(bits+1)/2;
104 bitsq=bits-bitsp;
127 rsa->p=BN_generate_prime(NULL,bitsp,0,NULL,NULL,callback,cb_arg);
/macosx-10.10/Libc-1044.1.2/net/FreeBSD/
H A Dinet_net_pton.c196 getbits(const char *src, int *bitsp) { argument
221 *bitsp = val;
226 getv4(const char *src, u_char *dst, int *bitsp) { argument
253 return (getbits(src, bitsp));
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_gen.c92 int bitsp,bitsq,ok= -1,n=0; local
104 bitsp=(bits+1)/2;
105 bitsq=bits-bitsp;
122 if(!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
/macosx-10.10/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsa_gen.c162 int bitsp,bitsq,ok= -1,n=0; local
186 bitsp=(bits+1)/2;
187 bitsq=bits-bitsp;
204 if(!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
/macosx-10.10/OpenSSH-189/openssh/
H A Dhostfile.c161 hostfile_read_key(char **cpp, u_int *bitsp, Key *ret) argument
178 if (bitsp != NULL)
179 *bitsp = key_size(ret);
H A Dssh-keygen.c169 type_bits_valid(int type, u_int32_t *bitsp) argument
177 if (*bitsp == 0) {
179 *bitsp = DEFAULT_BITS_DSA;
181 *bitsp = DEFAULT_BITS_ECDSA;
183 *bitsp = DEFAULT_BITS;
187 if (*bitsp > maxbits) {
191 if (type == KEY_DSA && *bitsp != 1024)
193 else if (type != KEY_ECDSA && *bitsp < 768)
195 else if (type == KEY_ECDSA && key_ecdsa_bits_to_nid(*bitsp) == -1)
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drsa-ltm.c534 int counter, ret, bitsp; local
539 bitsp = (bits + 1) / 2;
553 CHECK(random_num(&p, bitsp), 0);
565 CHECK(random_num(&q, bits - bitsp), 0);
H A Drsa-tfm.c452 int counter, ret, bitsp; local
457 bitsp = (bits + 1) / 2;
469 CHECK(random_num(&p, bitsp), 0);
481 CHECK(random_num(&q, bits - bitsp), 0);
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-rsa-eay.c1128 int bitsp, bitsq, ok = -1, n = 0; local
1144 bitsp = (bits + 1) / 2;
1145 bitsq = bits - bitsp;
1177 if (!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, NULL)) {
H A Dossl-rsa-cc.c1463 int bitsp, bitsq, ok = -1, n = 0; local
1479 bitsp = (bits + 1) / 2;
1480 bitsq = bits - bitsp;
1512 if (!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, NULL)) {
/macosx-10.10/emacs-93/emacs/src/
H A Dw32bdf.c591 create_offscreen_bitmap(HDC hdc, int width, int height, unsigned char **bitsp) argument
608 DIB_RGB_COLORS, (void **)bitsp, NULL, 0);

Completed in 232 milliseconds