Home
last modified time | relevance | path

Searched refs:szA (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Ddhtest.c561 int szA, szB; in rfc5114_test() local
584 if (!TEST_int_gt(szA = DH_size(dhA), 0) in rfc5114_test()
586 || !TEST_size_t_eq(td->Z_len, (size_t)szA) in rfc5114_test()
590 if (!TEST_ptr(Z1 = OPENSSL_malloc((size_t)szA)) in rfc5114_test()

Completed in 8 milliseconds