HomeSort by relevance Sort by last modified time
    Searched refs:Xp (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bn/
bn_x931p.c 92 * Xp1, Xp2 and Xp derive the prime p. If the parameters p1 or p2 are
97 const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
152 if (!BN_mod_sub(p, p, Xp, p1p2, ctx))
155 if (!BN_add(p, p, Xp))
192 /* Generate pair of paramters Xp, Xq for X9.31 prime generation.
196 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx)
206 /* The random value Xp must be between sqrt(2) * 2^(nbits-1) and
210 if (!BN_rand(Xp, nbits, 1, 0))
220 /* Check that |Xp - Xq| > 2^(nbits - 100) */
221 BN_sub(t, Xp, Xq)
    [all...]
bn.h 534 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
537 const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
541 const BIGNUM *Xp,
    [all...]
  /external/openssl/crypto/rsa/
rsa_x931g.c 71 const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *Xp,
106 if (Xp && !rsa->p)
113 Xp, Xp1, Xp2, e, ctx, cb))
203 BIGNUM *Xp = NULL, *Xq = NULL;
211 Xp = BN_CTX_get(ctx);
213 if (!BN_X931_generate_Xpq(Xp, Xq, bits, ctx))
221 /* Generate two primes from Xp, Xq */
223 if (!BN_X931_generate_prime_ex(rsa->p, NULL, NULL, NULL, NULL, Xp,
rsa.h 265 const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *Xp,
  /external/openssl/include/openssl/
rsa.h 265 const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *Xp,
bn.h 534 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
537 const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
541 const BIGNUM *Xp,
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 353 p(? ?Xv???W\???aB3vY, b?@??+3Xp%??7????D???/$??3??_!xo?B?K??^4????=???P???"?9lE????r2
620 p(? ?Xj?????D???UF3tY??D0????= ???I4M =gmI^????:L?l??(?XP?D??6?p ??q??(??o?V?<??????A?i ???s>??? E~@+?\???
767 p(? ?Xg?K???????R>3?=;???[??Q??S???ds????E?E??D3?0??ui??w?0?6?? ?L?AC*?*Hg?J??x?XP?????A?T???s>??? E?@+?U???
781 p(? ?Xb?s???????MP3???Isx^9?>?c?u?xP?/?P?]?????|9g?=?'? ??Xh??pb?az?c?????Y???Ae
    [all...]

Completed in 177 milliseconds