Home | History | Annotate | Download | only in bn

Lines Matching refs:top

289 static void nist_cp_bn_0(BN_ULONG *buf, BN_ULONG *a, int top, int max)
295 OPENSSL_assert(top <= max);
297 for (i = (top); i != 0; i--)
299 for (i = (max) - (top); i != 0; i--)
303 static void nist_cp_bn(BN_ULONG *buf, BN_ULONG *a, int top)
307 for (i = (top); i != 0; i--)
350 int top = a->top, i;
388 nist_cp_bn_0(buf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP);
412 r->top = BN_NIST_192_TOP;
434 int top = a->top, i;
476 nist_cp_bn_0(t_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP);
482 nist_cp_bn_0(buf, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, BN_NIST_224_TOP);
524 r->top = BN_NIST_224_TOP;
545 int i, top = a->top;
584 nist_cp_bn_0(buf, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, BN_NIST_256_TOP);
642 r->top = BN_NIST_256_TOP;
667 int i, top = a->top;
707 nist_cp_bn_0(buf, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, BN_NIST_384_TOP);
767 r->top = BN_NIST_384_TOP;
780 int top = a->top, i;
816 nist_cp_bn_0(t_d,a_d + (BN_NIST_521_TOP-1), top - (BN_NIST_521_TOP-1),BN_NIST_521_TOP);
832 r->top = BN_NIST_521_TOP;