Searched refs:BN_kronecker (Results 1 – 4 of 4) sorted by relevance
62 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in BN_kronecker() function
257 r = BN_kronecker(y, q, ctx); /* here 'q' is |p| */ in BN_mod_sqrt()
420 kron = BN_kronecker(x, &group->field, ctx); in ec_GFp_simple_set_compressed_coordinates()
699 OPENSSL_EXPORT int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);