Searched refs:apub_key (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | dhtest.c | 39 const BIGNUM *ap = NULL, *ag = NULL, *apub_key = NULL; in dh_test() local 167 DH_get0_key(a, &apub_key, NULL); in dh_test() 187 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test() 192 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1)) in dh_test() 629 const BIGNUM *apub_key = NULL, *bpub_key = NULL; in rfc7919_test() local 649 DH_get0_key(a, &apub_key, NULL); in rfc7919_test() 666 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|