Searched refs:evalue (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dprint.c542 char *evalue; local
604 vlen = strlen(evalue = cexpand(value));
606 vlen = strlen(evalue = iexpand(value));
665 evalue);
674 evalue);
680 evalue);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c616 elg_generate_ext (int algo, unsigned int nbits, unsigned long evalue, argument
627 (void)evalue;
661 elg_generate (int algo, unsigned int nbits, unsigned long evalue, argument
667 (void)evalue;
H A Drsa.c777 rsa_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
809 ec = generate_x931 (&sk, nbits, evalue, deriveparms, &swapped);
836 ec = generate_std (&sk, nbits, evalue, transient_key);
854 rsa_generate (int algo, unsigned int nbits, unsigned long evalue,
857 return rsa_generate_ext (algo, nbits, evalue, NULL, skey, retfactors, NULL);
776 rsa_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
853 rsa_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
H A Ddsa.c680 dsa_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
697 (void)evalue; /* Not required for DSA. */
929 dsa_generate (int algo, unsigned int nbits, unsigned long evalue,
932 (void)evalue;
679 dsa_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
928 dsa_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
H A Decc.c959 ecc_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
971 (void)evalue;
1023 ecc_generate (int algo, unsigned int nbits, unsigned long evalue,
1026 (void)evalue;
955 ecc_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
1019 ecc_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c616 elg_generate_ext (int algo, unsigned int nbits, unsigned long evalue, argument
627 (void)evalue;
661 elg_generate (int algo, unsigned int nbits, unsigned long evalue, argument
667 (void)evalue;
H A Drsa.c776 rsa_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
808 ec = generate_x931 (&sk, nbits, evalue, deriveparms, &swapped);
835 ec = generate_std (&sk, nbits, evalue, transient_key);
853 rsa_generate (int algo, unsigned int nbits, unsigned long evalue,
856 return rsa_generate_ext (algo, nbits, evalue, NULL, skey, retfactors, NULL);
775 rsa_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
852 rsa_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
H A Ddsa.c680 dsa_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
697 (void)evalue; /* Not required for DSA. */
929 dsa_generate (int algo, unsigned int nbits, unsigned long evalue,
932 (void)evalue;
679 dsa_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
928 dsa_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
H A Decc.c959 ecc_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
971 (void)evalue;
1023 ecc_generate (int algo, unsigned int nbits, unsigned long evalue,
1026 (void)evalue;
955 ecc_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
1019 ecc_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_crypt.c198 evalue(char *ptr) function
207 * points to as that is what evalue does below.
H A Dns_internal.h889 char *evalue(char *);
H A Dns_config.c2682 * NOTE evalue() is smart and will just return
2690 cp2 = evalue((char *)cp);
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c946 char *evalue; local
965 evalue = value + strcspn(value, " \t");
966 if (*evalue) {
968 *ep = evalue;
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssscf.c1637 output = evalue((char *)input);

Completed in 101 milliseconds