Lines Matching defs:abuf
51 unsigned char *abuf = NULL;
187 if (!TEST_ptr(abuf = OPENSSL_malloc(alen))
188 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
202 || !TEST_mem_eq(abuf, aout, bbuf, bout)
203 || !TEST_mem_eq(abuf, aout, cbuf, cout))
219 OPENSSL_free(abuf);
643 unsigned char *abuf = NULL;
673 if (!TEST_int_gt(alen, 0) || !TEST_ptr(abuf = OPENSSL_malloc(alen))
674 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1))
683 || !TEST_mem_eq(abuf, aout, bbuf, bout))
689 OPENSSL_free(abuf);