Lines Matching refs:td
585 const rfc5114_td *td = NULL; in rfc5114_test() local
590 td = rfctd + i; in rfc5114_test()
592 if (!TEST_ptr(dhA = td->get_param()) in rfc5114_test()
593 || !TEST_ptr(dhB = td->get_param())) in rfc5114_test()
596 if (!TEST_ptr(priv_key = BN_bin2bn(td->xA, td->xA_len, NULL)) in rfc5114_test()
597 || !TEST_ptr(pub_key = BN_bin2bn(td->yA, td->yA_len, NULL)) in rfc5114_test()
601 if (!TEST_ptr(priv_key = BN_bin2bn(td->xB, td->xB_len, NULL)) in rfc5114_test()
602 || !TEST_ptr(pub_key = BN_bin2bn(td->yB, td->yB_len, NULL)) in rfc5114_test()
609 || !TEST_size_t_eq(td->Z_len, (size_t)szA) in rfc5114_test()
610 || !TEST_size_t_eq(td->Z_len, (size_t)szB)) in rfc5114_test()
628 if (!TEST_mem_eq(Z1, td->Z_len, td->Z, td->Z_len) in rfc5114_test()
629 || !TEST_mem_eq(Z2, td->Z_len, td->Z, td->Z_len)) in rfc5114_test()