Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistz256.c222 static BN_ULONG is_one(const BIGNUM *z) in is_one() function
810 is_one(generator->Z); in ecp_nistz256_is_affine_G()
1165 r->Z_is_one = is_one(r->Z) & 1; in ecp_nistz256_points_mul()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h587 struct is_one { struct
592 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One() argument