Searched refs:kron (Results 1 – 1 of 1) sorted by relevance
125 int kron; in ossl_ec_GFp_simple_set_compressed_coordinates() local127 kron = BN_kronecker(x, group->field, ctx); in ossl_ec_GFp_simple_set_compressed_coordinates()128 if (kron == -2) in ossl_ec_GFp_simple_set_compressed_coordinates()131 if (kron == 1) in ossl_ec_GFp_simple_set_compressed_coordinates()
Completed in 5 milliseconds