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

  /external/openssl/crypto/bn/
bn_kron.c 63 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
expspeed.c 296 if (-2 == BN_kronecker(a,b,ctx)) goto err;
297 if (-2 == BN_kronecker(b,c,ctx)) goto err;
298 if (-2 == BN_kronecker(c,a,ctx)) goto err;
bn_sqrt.c 231 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */
bn.h 508 int BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
    [all...]
bntest.c 258 message(out,"BN_kronecker");
    [all...]
  /external/openssl/include/openssl/
bn.h 508 int BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 496 int BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
  /external/openssl/crypto/ec/
ecp_smpl.c 736 kron = BN_kronecker(x, &group->field, ctx);
    [all...]

Completed in 952 milliseconds