Lines Matching refs:top
265 #define nist_cp_bn_0(dst, src_in, top, max) \ argument
270 for (ii = 0; ii < top; ii++) \
276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn() argument
280 for (i = 0; i < top; i++) in nist_cp_bn()
354 int top = a->top, i; in BN_nist_mod_192() local
390 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, in BN_nist_mod_192()
467 r->top = BN_NIST_192_TOP; in BN_nist_mod_192()
490 int top = a->top, i; in BN_nist_mod_224() local
530 top - (BN_NIST_224_TOP - 1), BN_NIST_224_TOP); in BN_nist_mod_224()
536 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, in BN_nist_mod_224()
641 r->top = BN_NIST_224_TOP; in BN_nist_mod_224()
662 int i, top = a->top; in BN_nist_mod_256() local
699 nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, in BN_nist_mod_256()
874 r->top = BN_NIST_256_TOP; in BN_nist_mod_256()
899 int i, top = a->top; in BN_nist_mod_384() local
936 nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, in BN_nist_mod_384()
1146 r->top = BN_NIST_384_TOP; in BN_nist_mod_384()
1159 int top = a->top, i; in BN_nist_mod_521() local
1190 top - (BN_NIST_521_TOP - 1), BN_NIST_521_TOP); in BN_nist_mod_521()
1218 r->top = BN_NIST_521_TOP; in BN_nist_mod_521()