Searched refs:bpub_key (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | dhtest.c | 49 const BIGNUM *bpub_key = NULL, *bpriv_key = NULL; in dh_test() local 200 DH_get0_key(b, &bpub_key, &bpriv_key); in dh_test() 211 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test() 665 const BIGNUM *apub_key = NULL, *bpub_key = NULL; in rfc7919_test() local 693 DH_get0_key(b, &bpub_key, NULL); in rfc7919_test() 697 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test()
|