Home
last modified time | relevance | path

Searched refs:OSSL_RAND_PARAM_TEST_NONCE (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-TEST-RAND.pod60 =item "test_nonce" (B<OSSL_RAND_PARAM_TEST_NONCE>) <octet string>
98 *p++ = OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_NONCE,
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dtest_rng.c251 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_TEST_NONCE); in test_rng_set_ctx_params()
275 OSSL_PARAM_octet_string(OSSL_RAND_PARAM_TEST_NONCE, NULL, 0), in test_rng_settable_ctx_params()
/freebsd/crypto/openssl/test/
H A Drand_test.c52 *params = OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_NONCE, in test_rand()
H A Dacvp_test.c1604 params[1] = OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_NONCE, in drbg_test()
H A Devp_test.c3714 *p++ = OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_NONCE, in rand_test_run()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h532 # define OSSL_RAND_PARAM_TEST_NONCE "test_nonce" macro
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c342 OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_NONCE, in self_test_drbg()
969 OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_NONCE, in set_kat_drbg()