Home
last modified time | relevance | path

Searched refs:is_equal (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/ec/
H A Decp_sm2p256.c102 static ossl_inline int is_equal(const BN_ULONG *a, const BN_ULONG *b) in is_equal() function
128 #define is_one(a) is_equal(a, ONE)
131 is_equal(a->X, b->X) && \
132 is_equal(a->Y, b->Y) && \
133 is_equal(a->Z, b->Z)
451 && is_equal(bn_get_words(generator->X), def_xG) in ecp_sm2p256_is_affine_G()
452 && is_equal(bn_get_words(generator->Y), def_yG) in ecp_sm2p256_is_affine_G()
638 r->Z_is_one = is_equal(bn_get_words(r->Z), ONE) & 1; in ecp_sm2p256_points_mul()
H A Decp_nistz256.c194 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function
391 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2)) { in ecp_nistz256_point_add()
797 is_equal(bn_get_words(generator->X), def_xG) && in ecp_nistz256_is_affine_G()
798 is_equal(bn_get_words(generator->Y), def_yG) && in ecp_nistz256_is_affine_G()

Completed in 9 milliseconds