Lines Matching refs:STANZA
33 int (*func)(STANZA *s);
56 * Look for |key| in the stanza and return it or NULL if not found.
58 static const char *findattr(STANZA *s, const char *key)
96 static BIGNUM *getBN(STANZA *s, const char *attribute)
113 static int getint(STANZA *s, int *out, const char *attribute)
1218 static int file_sum(STANZA *s)
1327 static int file_lshift1(STANZA *s)
1379 static int file_lshift(STANZA *s)
1404 static int file_rshift(STANZA *s)
1434 static int file_square(STANZA *s)
1494 static int file_product(STANZA *s)
1531 static int file_quotient(STANZA *s)
1615 static int file_modmul(STANZA *s)
1667 static int file_modsqr(STANZA *s)
1713 static int file_modexp(STANZA *s)
1768 static int file_exp(STANZA *s)
1792 static int file_modsqrt(STANZA *s)
1833 static int file_gcd(STANZA *s)
3312 static int file_test_run(STANZA *s)
3348 STANZA *s = NULL;