Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_construct_time_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h84 OSSL_PARAM OSSL_PARAM_construct_time_t(const char *key, time_t *buf);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_lib.c603 *p++ = OSSL_PARAM_construct_time_t(OSSL_DRBG_PARAM_RESEED_TIME_INTERVAL, in rand_new_drbg()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddrbgtest.c127 *params = OSSL_PARAM_construct_time_t(OSSL_DRBG_PARAM_RESEED_TIME, &t); in reseed_time()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c916 OSSL_PARAM OSSL_PARAM_construct_time_t(const char *key, time_t *buf) in OSSL_PARAM_construct_time_t() function
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_int.pod14 OSSL_PARAM_construct_time_t, OSSL_PARAM_construct_uint,