Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dp256-64.c90 typedef limb felem[NLIMBS]; typedef
101 static void bin32_to_felem(felem out, const u8 in[32]) { in bin32_to_felem()
126 static int BN_to_felem(felem out, const BIGNUM *bn) { in BN_to_felem()
172 static void felem_assign(felem out, const felem in) { in felem_assign()
180 static void felem_sum(felem out, const felem in) { in felem_sum()
188 static void felem_small_sum(felem out, const smallfelem in) { in felem_small_sum()
196 static void felem_scalar(felem out, const u64 scalar) { in felem_scalar()
220 static const felem zero105 = {two105m41m9, two105, two105m41p9, two105m41p9};
225 static void smallfelem_neg(felem out, const smallfelem small) { in smallfelem_neg()
238 static void felem_diff(felem out, const felem in) { in felem_diff()
[all …]
/external/libxml2/
Dvalid.c2694 xmlChar felem[50], fattr[50]; in xmlIsID() local
2698 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) : in xmlIsID()
2715 if ((fullelemname != felem) && (fullelemname != elem->name)) in xmlIsID()