Home
last modified time | relevance | path

Searched refs:e_value (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/rsa/
Drsa_gen.c22 static int rsa_builtin_keygen(RSA *rsa, int bits, int primes, BIGNUM *e_value,
32 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex() argument
35 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb); in RSA_generate_key_ex()
38 e_value, cb); in RSA_generate_key_ex()
42 BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_multi_prime_key() argument
47 e_value, cb); in RSA_generate_multi_prime_key()
56 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb); in RSA_generate_multi_prime_key()
61 return rsa_builtin_keygen(rsa, bits, primes, e_value, cb); in RSA_generate_multi_prime_key()
64 static int rsa_builtin_keygen(RSA *rsa, int bits, int primes, BIGNUM *e_value, in rsa_builtin_keygen() argument
144 if (BN_copy(rsa->e, e_value) == NULL) in rsa_builtin_keygen()
Drsa_depr.c27 RSA *RSA_generate_key(int bits, unsigned long e_value,
43 if (e_value & (1UL << i))
/freebsd-12-stable/contrib/nvi/vi/
Dv_replace.c110 if (ev.e_value == K_VLNEXT) { in v_replace()
114 if (ev.e_value == K_ESCAPE) in v_replace()
118 vip->rvalue = ev.e_value; in v_replace()
Dvi.c411 if (ev.e_value == K_ESCAPE) \
482 if (ev.e_value == K_ESCAPE) in v_cmd()
573 ev.e_value == K_ESCAPE ? VIM_NOCOM_B : VIM_NOCOM); in v_cmd()
1187 if (evp->e_value == K_VLNEXT) { in v_key()
Dv_txt.c628 if (evp->e_value != K_NL) { in v_txt()
647 switch (evp->e_value) { in v_txt()
1238 evp->e_value != K_FORMFEED && evp->e_value != K_TAB) { in v_txt()
/freebsd-12-stable/contrib/nvi/ex/
Dex_txt.c146 switch (ev.e_value) { in ex_txt()
329 ev.e_value != K_FORMFEED && ev.e_value != K_TAB) in ex_txt()
/freebsd-12-stable/contrib/binutils/include/coff/
Dti.h324 char e_value[4]; member
428 H_PUT_32 (abfd, src->n_value * 8, dst->e_value); \
430 H_PUT_32 (abfd, src->n_value &= ~PAGE_MASK, dst->e_value); \
Dsparc.h76 char e_value[4]; member
Dexternal.h162 char e_value[4]; member
Drs6k64.h125 char e_value[8]; member
Drs6000.h119 char e_value[4]; member
/freebsd-12-stable/contrib/nvi/common/
Dkey.c385 evp->e_value = KEY_VAL(sp, evp->e_c); in v_event_push()
418 evp->e_value = KEY_VAL(sp, evp->e_c); in v_event_append()
647 timeout = (evp->e_value == K_ESCAPE ? in v_event_get()
671 argp->e_value = K_NOTUSED; in v_event_get()
Dmain.c387 (ev.e_value == K_CR || ev.e_value == K_NL))) in editor()
Dkey.h116 #define e_value _u_event._e_ch.value macro
/freebsd-12-stable/contrib/binutils/include/aout/
Daout64.h264 bfd_byte e_value[BYTES_IN_WORD]; /* Value of symbol. */ member
/freebsd-12-stable/contrib/binutils/bfd/
Daoutx.h1651 PUT_WORD (abfd, value, sym_pointer->e_value); in translate_to_native_sym_flags()
1704 in->symbol.value = GET_SWORD (abfd, ext->e_value); in NAME()
2979 value = GET_WORD (abfd, p->e_value); in aout_link_add_symbols()
3287 value = GET_WORD (abfd, p->e_value); in aout_link_check_ar_symbols()
3607 PUT_WORD (output_bfd, val, outsym.e_value); in aout_link_write_other_symbol()
4491 + (GET_WORD (input_bfd, sym->e_value) in aout_link_input_section_ext()
4747 outsym->e_value); in aout_link_write_symbols()
4790 val = GET_WORD (input_bfd, sym->e_value); in aout_link_write_symbols()
4897 val = GET_WORD (input_bfd, sym->e_value); in aout_link_write_symbols()
4902 val = GET_WORD (input_bfd, sym->e_value); in aout_link_write_symbols()
[all …]
Dcoffswap.h325 in->n_value = H_GET_32 (abfd, ext->e_value); in coff_swap_sym_in()
362 H_PUT_32 (abfd, in->n_value, ext->e_value); in coff_swap_sym_out()
DpeXXigen.c108 in->n_value = H_GET_32 (abfd, ext->e_value); in _bfd_XXi_swap_sym_in()
206 H_PUT_32 (abfd, in->n_value, ext->e_value); in _bfd_XXi_swap_sym_out()
Dcoff64-rs6000.c325 in->n_value = H_GET_64 (abfd, ext->e_value);
342 H_PUT_64 (abfd, in->n_value, ext->e_value);
Dcoff-rs6000.c347 in->n_value = H_GET_32 (abfd, ext->e_value);
373 H_PUT_32 (abfd, in->n_value, ext->e_value);
Dsunos.c2318 PUT_WORD (output_bfd, val, outsym->e_value); in sunos_write_dynamic_symbol()
/freebsd-12-stable/contrib/gdb/gdb/
Ddbxread.c856 (intern).n_value = bfd_h_get_signed_32 (abfd, (extern)->e_value); \
858 (intern).n_value = bfd_h_get_32 (abfd, (extern)->e_value); \