Home
last modified time | relevance | path

Searched refs:succ (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/ec/curve448/
H A Dcurve448.c191 mask_t succ; in ossl_curve448_point_eq() local
197 succ = gf_eq(a, b); in ossl_curve448_point_eq()
199 return mask_to_bool(succ); in ossl_curve448_point_eq()
333 mask_t succ; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local
340 succ = gf_deserialize(p->y, enc2, 1, 0); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
341 succ &= word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1]); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
349 succ &= gf_isr(p->t, p->x); /* 1/sqrt(num * denom) */ in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
380 assert(ossl_curve448_point_valid(p) || ~succ); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
382 return c448_succeed_if(mask_to_bool(succ)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
H A Df_generic.c74 mask_t succ; in gf_deserialize() local
95 succ = with_hibit ? 0 - (mask_t) 1 : ~gf_hibit(x); in gf_deserialize()
96 return succ & word_is_zero((word_t)buffer) & ~word_is_zero((word_t)scarry); in gf_deserialize()
/openssl/test/
H A Dsslapitest.c2301 static int check_resumption(int idx, SSL_CTX *sctx, SSL_CTX *cctx, int succ) in check_resumption() argument
2324 if (succ) { in check_resumption()
2336 if (succ in check_resumption()

Completed in 34 milliseconds