Home
last modified time | relevance | path

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

/openssl-master/test/
A Ddhtest.c48 const BIGNUM *ap = NULL, *ag = NULL, *apub_key = NULL; in dh_test() local
173 DH_get0_key(a, &apub_key, NULL); in dh_test()
193 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test()
198 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1)) in dh_test()
642 const BIGNUM *apub_key = NULL, *bpub_key = NULL; in rfc7919_test() local
662 DH_get0_key(a, &apub_key, NULL); in rfc7919_test()
679 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test()

Completed in 4 milliseconds