Lines Matching refs:array
77 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
80 int dmax; /* Size of the d array. */
86 The integer value is stored in B<d>, a malloc()ed array of words (B<BN_ULONG>),
91 B<dmax> is the size of the B<d> array that has been allocated. B<top>
121 bn_sqr_words(B<rp>, B<ap>, B<n>) operates on the B<num> word array
122 B<ap> and the 2*B<num> word array B<ap>. It computes B<ap> * B<ap>
138 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the
142 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the
146 B<b> and the 8 word array B<r>.
149 B<b> and the 16 word array B<r>.
158 word array B<a>, the B<nb> word array B<b> and the B<na>+B<nb> word
159 array B<r>. It computes B<a>*B<b> and places the result in B<r>.
186 bn_sqr_normal(B<r>, B<a>, B<n>, B<tmp>) operates on the B<n> word array
207 call bn_expand2(), which allocates a new B<d> array and copies the