Searched refs:apub_key (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | dhtest.c | 48 const BIGNUM *ap = NULL, *ag = NULL, *apub_key = NULL; in dh_test() local 196 DH_get0_key(a, &apub_key, NULL); in dh_test() 216 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test() 221 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1)) in dh_test() 665 const BIGNUM *apub_key = NULL, *bpub_key = NULL; in rfc7919_test() local 685 DH_get0_key(a, &apub_key, NULL); in rfc7919_test() 702 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test()
|