Searched refs:Xpi (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_x931p.c | 20 * q1, q2) from a parameter Xpi by checking successive odd integers. 23 static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx, in bn_x931_derive_pi() argument 27 if (!BN_copy(pi, Xpi)) in bn_x931_derive_pi()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_x931p.c | 20 * q1, q2) from a parameter Xpi by checking successive odd integers. 23 static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx, in bn_x931_derive_pi() argument 27 if (!BN_copy(pi, Xpi)) in bn_x931_derive_pi()
|
Completed in 2 milliseconds