Searched defs:BN_bn2bin_fixed (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dopensslecdsa_link.c130 BN_bn2bin_fixed(const BIGNUM *bn, unsigned char *buf, int size) { function
178 BN_bn2bin_fixed(r, region.base, siglen / 2);
180 BN_bn2bin_fixed(s, region.base, siglen / 2);
H A Dopenssldsa_link.c195 BN_bn2bin_fixed(const BIGNUM *bn, unsigned char *buf, int size) { function
292 BN_bn2bin_fixed(r, region.base, ISC_SHA1_DIGESTLENGTH);
294 BN_bn2bin_fixed(s, region.base, ISC_SHA1_DIGESTLENGTH);
555 BN_bn2bin_fixed(q, r.base, ISC_SHA1_DIGESTLENGTH);
557 BN_bn2bin_fixed(p, r.base, key->key_size/8);
559 BN_bn2bin_fixed(g, r.base, key->key_size/8);
561 BN_bn2bin_fixed(pub_key, r.base, key->key_size/8);

Completed in 13 milliseconds