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

/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_depr.c73 RSA *RSA_generate_key(int bits, unsigned long e_value, argument
89 if (e_value & (1UL << i))
H A Drsa_gen.c76 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value,
86 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
96 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
99 return FIPS_rsa_x931_generate_key_ex(rsa, bits, e_value, cb);
101 return rsa_builtin_keygen(rsa, bits, e_value, cb);
104 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, argument
156 if (BN_copy(rsa->e, e_value) == NULL)
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_replace.c114 if (ev.e_value == K_VLNEXT) {
118 if (ev.e_value == K_ESCAPE)
122 vip->rvalue = ev.e_value;
H A Dvi.c415 if (ev.e_value == K_ESCAPE) \
486 if (ev.e_value == K_ESCAPE)
577 ev.e_value == K_ESCAPE ? VIM_NOCOM_B : VIM_NOCOM);
1193 if (evp->e_value == K_VLNEXT) {
H A Dv_txt.c635 (evp->e_value == K_VERASE || evp->e_value == K_VKILL)) {
641 if (quote == Q_VTHIS && evp->e_value != K_NL) {
660 switch (evp->e_value) {
1268 evp->e_value != K_FORMFEED && evp->e_value != K_TAB) {
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsparc.h76 char e_value[4]; member in struct:external_syment
H A Dti.h324 char e_value[4]; member in struct:external_syment
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); \
H A Dexternal.h162 char e_value[4]; member in struct:external_syment
H A Drs6000.h119 char e_value[4]; member in struct:external_syment
H A Drs6k64.h125 char e_value[8]; member in struct:external_syment
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_txt.c150 switch (ev.e_value) {
333 ev.e_value != K_FORMFEED && ev.e_value != K_TAB)
/freebsd-11-stable/contrib/nvi/common/
H A Dkey.c399 evp->e_value = KEY_VAL(sp, evp->e_c);
434 evp->e_value = KEY_VAL(sp, evp->e_c);
667 timeout = (evp->e_value == K_ESCAPE ?
691 argp->e_value = K_NOTUSED;
H A Dmain.c399 (ev.e_value == K_CR || ev.e_value == K_NL)))
H A Dkey.h118 #define e_value _u_event._e_ch.value macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h266 bfd_byte e_value[BYTES_IN_WORD]; /* Value of symbol. */
264 bfd_byte e_value[BYTES_IN_WORD]; /* Value of symbol. */ member in struct:external_nlist
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1652 PUT_WORD (abfd, value, sym_pointer->e_value);
1706 in->symbol.value = GET_SWORD (abfd, ext->e_value);
2987 value = GET_WORD (abfd, p->e_value);
3295 value = GET_WORD (abfd, p->e_value);
3616 PUT_WORD (output_bfd, val, outsym.e_value);
4500 + (GET_WORD (input_bfd, sym->e_value)
4756 outsym->e_value);
4799 val = GET_WORD (input_bfd, sym->e_value);
4906 val = GET_WORD (input_bfd, sym->e_value);
4911 val = GET_WORD (input_bfd, sym->e_value);
[all...]
H A Dcoffswap.h325 in->n_value = H_GET_32 (abfd, ext->e_value);
362 H_PUT_32 (abfd, in->n_value, ext->e_value);
H A Dcoff64-rs6000.c325 in->n_value = H_GET_64 (abfd, ext->e_value);
342 H_PUT_64 (abfd, in->n_value, ext->e_value);
H A DpeXXigen.c109 in->n_value = H_GET_32 (abfd, ext->e_value);
207 H_PUT_32 (abfd, in->n_value, ext->e_value);
H A Dcoff-rs6000.c348 in->n_value = H_GET_32 (abfd, ext->e_value);
374 H_PUT_32 (abfd, in->n_value, ext->e_value);
H A Dsunos.c2319 PUT_WORD (output_bfd, val, outsym->e_value);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c863 (intern).n_value = bfd_h_get_signed_32 (abfd, (extern)->e_value); \
865 (intern).n_value = bfd_h_get_32 (abfd, (extern)->e_value); \

Completed in 157 milliseconds