Searched defs:seedlen (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c206 PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen, const EVP_MD *dgst) argument
238 MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen) argument
/freebsd-9.3-release/crypto/openssl/crypto/dh/
H A Ddh.h138 int seedlen; member in struct:dh_st
/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.c331 int FIPS_rand_seed(const void *seed, FIPS_RAND_SIZE_T seedlen) argument
365 static void fips_do_rand_seed(const void *seed, FIPS_RAND_SIZE_T seedlen) argument
370 static void fips_do_rand_add(const void *seed, FIPS_RAND_SIZE_T seedlen, argument
150 fips_set_prng_seed(FIPS_PRNG_CTX * ctx, const unsigned char *seed, FIPS_RAND_SIZE_T seedlen) argument

Completed in 50 milliseconds