Home
last modified time | relevance | path

Searched refs:blind (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
H A Ddsa_ossl.c65 BIGNUM *m, *blind, *blindm, *tmp; in dsa_do_sign() local
92 blind = BN_CTX_get(ctx); in dsa_do_sign()
124 if (!BN_priv_rand(blind, BN_num_bits(dsa->q) - 1, in dsa_do_sign()
127 } while (BN_is_zero(blind)); in dsa_do_sign()
128 BN_set_flags(blind, BN_FLG_CONSTTIME); in dsa_do_sign()
133 if (!BN_mod_mul(tmp, blind, dsa->priv_key, dsa->q, ctx)) in dsa_do_sign()
139 if (!BN_mod_mul(blindm, blind, m, dsa->q, ctx)) in dsa_do_sign()
151 if (BN_mod_inverse(blind, blind, dsa->q, ctx) == NULL) in dsa_do_sign()
153 if (!BN_mod_mul(ret->s, ret->s, blind, dsa->q, ctx)) in dsa_do_sign()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_ossl.c76 BIGNUM *m, *blind, *blindm, *tmp; in ossl_dsa_do_sign_int() local
106 blind = BN_CTX_get(ctx); in ossl_dsa_do_sign_int()
141 if (!BN_priv_rand_ex(blind, BN_num_bits(dsa->params.q) - 1, in ossl_dsa_do_sign_int()
144 } while (BN_is_zero(blind)); in ossl_dsa_do_sign_int()
145 BN_set_flags(blind, BN_FLG_CONSTTIME); in ossl_dsa_do_sign_int()
150 if (!BN_mod_mul(tmp, blind, dsa->priv_key, dsa->params.q, ctx)) in ossl_dsa_do_sign_int()
156 if (!BN_mod_mul(blindm, blind, m, dsa->params.q, ctx)) in ossl_dsa_do_sign_int()
168 if (BN_mod_inverse(blind, blind, dsa->params.q, ctx) == NULL) in ossl_dsa_do_sign_int()
170 if (!BN_mod_mul(ret->s, ret->s, blind, dsa->params.q, ctx)) in ossl_dsa_do_sign_int()
/netbsd-src/games/rogue/
H A Duse.c59 short blind = 0; variable
149 if (!blind) { in quaff()
176 if (blind) { in quaff()
351 if (blind) { in potion_heal()
486 if (blind) return; in hallucinate()
521 blind = 0; in unblind()
563 if (!blind) { in go_blind()
566 blind += get_rand(500, 800); in go_blind()
H A Dmonster.c282 (monster->m_flags & INVISIBLE)) || blind) { in gmc_row_col()
299 || blind) { in gmc()
485 if (!blind && (detect_monster || rogue_can_see(row, col))) { in move_mon_to()
493 (dungeon[mrow][mcol] == FLOOR) && !blind) { in move_mon_to()
592 if (blind || ((monster->m_flags & INVISIBLE) && in mon_name()
656 if (blind) { in show_monsters()
743 retval = !blind && in rogue_can_see()
H A Dsave.c152 r_write(fp, &blind, sizeof(blind)); in save_into_file()
224 r_read(fp, &blind, sizeof(blind)); in restore()
H A Dmove.c251 if (blind) { in next_to_something()
466 if (blind) { in reg_move()
467 if (!(--blind)) { in reg_move()
H A Droom.c110 if (!blind) { in light_up_room()
138 if (blind) { in light_passage()
160 if (blind) { in darken_room()
H A Dtrap.c261 if ((!blind) && ((row != rogue.row) || in search()
H A Drogue.h683 extern short blind;
H A Dspec_hit.c365 if (!blind) { in check_imitator()
/netbsd-src/usr.sbin/altq/altqd/altq.conf.samples/
H A Dcdnr.sample32 # color-blind trTCM is equivalent to a dual tokenbucket meter
/netbsd-src/sys/dev/isa/
H A DREADME.seagate7 blind transfer by adding wait states (up to a certain limit). Interrupt is
40 target. During a blind transfer, the driver code blindly transfers a block
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-ltm.c85 blind(mp_int *in, mp_int *b, mp_int *e, mp_int *n) in blind() function
336 blind(&in, &b, &e, &n); in ltm_rsa_private_encrypt()
424 blind(&in, &b, &e, &n); in ltm_rsa_private_decrypt()
/netbsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp9 ~b users Add users to "blind" cc list
/netbsd-src/games/hack/
H A DREAD_ME16 too one day; especially when you are blind strange things still happen).
H A Drumors62 Are you blind? Catch a floating Eye!
193 If you turn blind: don't expect your dog to be turned into a seeing-eye dog.
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.UNIX114 for shared libraries first and tend to remain "blind" to static OpenSSL
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-UNIX.md112 for shared libraries first and tend to remain "blind" to static OpenSSL
/netbsd-src/external/gpl2/gmake/dist/
H A Dreadme.vms61 file system is case blind (similar to how Windows systems work)
170 still use case blind file names. This is especially useful for Java
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr-el.in62 (defvar mail-self-blind nil)
290 (and mail-self-blind
H A DChangeLog376 (send-pr::start-up): Support mail-self-blind
/netbsd-src/share/dict/
H A Dweb2a4826 beauty-blind
5157 belly-blind
5673 Billy blind
6131 blind-loaded
6132 blind-nail
6133 blind pig
6134 blind-pigger
6135 blind-pigging
6136 blind-punch
6137 blind-stamp
[all …]
/netbsd-src/external/gpl2/groff/dist/tmac/
H A Dhyphenex.us92 blind-er
/netbsd-src/external/mpl/dhcp/dist/doc/
H A Dapi+protocol371 if ((status = dhcpctl_set_string_value (&auth, "three blind mice",
/netbsd-src/games/fortune/datfiles/
H A Dfarber867 I'm up against a blind wall.
1112 It's the blind leading the deaf.

12