Searched refs:bpub_key (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | dhtest.c | 40 const BIGNUM *bpub_key = NULL, *bpriv_key = NULL; in dh_test() local 182 DH_get0_key(b, &bpub_key, &bpriv_key); in dh_test() 193 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test() 640 const BIGNUM *apub_key = NULL, *bpub_key = NULL; in rfc7919_test() local 668 DH_get0_key(b, &bpub_key, NULL); in rfc7919_test() 672 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test()
|