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

/freebsd-current/crypto/openssl/test/
H A Devp_extra_test.c3632 const int test_value = 32; local
3639 && TEST_int_gt(EVP_PKEY_CTX_set_rsa_pss_saltlen(pkey_ctx, test_value), 0)
3641 && TEST_int_eq(saltlen, test_value);

Completed in 183 milliseconds