Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Ddhtest.c561 int szA, szB; in rfc5114_test() local
585 || !TEST_int_gt(szB = DH_size(dhB), 0) in rfc5114_test()
587 || !TEST_size_t_eq(td->Z_len, (size_t)szB)) in rfc5114_test()
591 || !TEST_ptr(Z2 = OPENSSL_malloc((size_t)szB))) in rfc5114_test()

Completed in 2 milliseconds