Searched refs:privkey1 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dgost_test.c256 const BIGNUM *privkey1; local
294 privkey1 = EC_KEY_get0_private_key(eckey);
295 len = BN_num_bytes(privkey1);
297 ATF_REQUIRE(BN_bn2bin(privkey1, rbuf) == len);

Completed in 10 milliseconds