Searched refs:test_outlen (Results 1 – 1 of 1) sorted by relevance
3543 size_t test_outlen; in speed_main() local3569 || EVP_PKEY_derive(test_ctx, NULL, &test_outlen) <= 0 /* determine max length */ in speed_main()3571 … || EVP_PKEY_derive(test_ctx, loopargs[i].secret_b, &test_outlen) <= 0 /* compute b*A */ in speed_main()3572 || test_outlen != outlen /* compare output length */) { in speed_main()
Completed in 15 milliseconds