Lines Matching refs:TC_PRINT
235 TC_PRINT("Test #1: ECDH"); in cavp_ecdh()
236 TC_PRINT("NIST-p256\n"); in cavp_ecdh()
293 TC_PRINT("Test #2: ECC KeyGen "); in cavp_keygen()
294 TC_PRINT("NIST-p256\n"); in cavp_keygen()
408 TC_PRINT("Test #3: PubKeyVerify "); in cavp_pkv()
409 TC_PRINT("NIST-p256-SHA2-256\n"); in cavp_pkv()
427 TC_PRINT("Test #4: Monte Carlo (%d Randomized EC-DH key-exchange) ", num_tests); in montecarlo_ecdh()
428 TC_PRINT("NIST-p256\n "); in montecarlo_ecdh()
432 TC_PRINT("."); in montecarlo_ecdh()
456 TC_PRINT("Shared secrets are not identical!\n"); in montecarlo_ecdh()
457 TC_PRINT("Private key 1 = "); in montecarlo_ecdh()
459 TC_PRINT("\nPrivate key 2 = "); in montecarlo_ecdh()
461 TC_PRINT("\nPublic key 1 = "); in montecarlo_ecdh()
463 TC_PRINT("\nPublic key 2 = "); in montecarlo_ecdh()
465 TC_PRINT("\nShared secret 1 = "); in montecarlo_ecdh()
467 TC_PRINT("\nShared secret 2 = "); in montecarlo_ecdh()
469 TC_PRINT("\n"); in montecarlo_ecdh()
473 TC_PRINT("\n"); in montecarlo_ecdh()
491 TC_PRINT("Performing cavp_ecdh test:\n"); in main()
497 TC_PRINT("Performing cavp_keygen test:\n"); in main()
503 TC_PRINT("Performing cavp_pkv test:\n"); in main()
509 TC_PRINT("Performing montecarlo_ecdh test:\n"); in main()
516 TC_PRINT("All EC-DH tests succeeded!\n"); in main()