Searched refs:tpt (Results 1 – 3 of 3) sorted by relevance
107 do_tls_prf_test(int test_no, const struct tls_prf_test *tpt) in do_tls_prf_test() argument116 fprintf(stderr, "Test %d - %s\n", test_no, tpt->desc); in do_tls_prf_test()121 if ((ssl_ctx = SSL_CTX_new(tpt->ssl_method())) == NULL) in do_tls_prf_test()126 if ((cipher = ssl3_get_cipher_by_value(tpt->cipher_value)) == NULL) { in do_tls_prf_test()127 fprintf(stderr, "FAIL: no cipher %hx\n", tpt->cipher_value); in do_tls_prf_test()146 if (memcmp(out, tpt->out, len) != 0) { in do_tls_prf_test()152 hexdump(tpt->out, TLS_PRF_OUT_LEN); in do_tls_prf_test()
1369 uint64_t tpt; member
3849 uint64_t tpt; member