Searched defs:pr (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhash.c244 isc_uint32_t pr; local
250 isc_random_get(&pr);
251 if (i + sizeof(pr) <= hctx->vectorlen)
252 copylen = sizeof(pr);
256 memmove(p, &pr, copylen);
/bind-9.11.3/lib/dns/
H A Dopensslecdsa_link.c48 ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) { argument
49 if (pr != NULL)
50 *pr = sig->r;
H A Dopenssldsa_link.c102 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) { argument
103 *pr = sig->r;

Completed in 14 milliseconds