Deleted Added
full compact
BN_mod_mul_reciprocal.3 (100947) BN_mod_mul_reciprocal.3 (110010)
1.\" Automatically generated by Pod::Man version 1.15
1.\" Automatically generated by Pod::Man version 1.15
2.\" Tue Jul 30 09:21:21 2002
2.\" Mon Jan 13 19:27:25 2003
3.\"
4.\" Standard preamble:
5.\" ======================================================================
6.de Sh \" Subsection heading
7.br
8.if t .Sp
9.ne 5
10.PP

--- 122 unchanged lines hidden (view full) ---

133. ds Th \o'LP'
134. ds ae ae
135. ds Ae AE
136.\}
137.rm #[ #] #H #V #F C
138.\" ======================================================================
139.\"
140.IX Title "BN_mod_mul_reciprocal 3"
3.\"
4.\" Standard preamble:
5.\" ======================================================================
6.de Sh \" Subsection heading
7.br
8.if t .Sp
9.ne 5
10.PP

--- 122 unchanged lines hidden (view full) ---

133. ds Th \o'LP'
134. ds ae ae
135. ds Ae AE
136.\}
137.rm #[ #] #H #V #F C
138.\" ======================================================================
139.\"
140.IX Title "BN_mod_mul_reciprocal 3"
141.TH BN_mod_mul_reciprocal 3 "0.9.6e" "2000-11-12" "OpenSSL"
141.TH BN_mod_mul_reciprocal 3 "0.9.7" "2003-01-13" "OpenSSL"
142.UC
143.SH "NAME"
144BN_mod_mul_reciprocal, BN_div_recp, BN_RECP_CTX_new, BN_RECP_CTX_init,
145BN_RECP_CTX_free, BN_RECP_CTX_set \- modular multiplication using
146reciprocal
147.SH "SYNOPSIS"
148.IX Header "SYNOPSIS"
149.Vb 1

--- 56 unchanged lines hidden (view full) ---

206on error.
207.PP
208\&\fIBN_RECP_CTX_init()\fR and \fIBN_RECP_CTX_free()\fR have no return values.
209.PP
210For the other functions, 1 is returned for success, 0 on error.
211The error codes can be obtained by ERR_get_error(3).
212.SH "SEE ALSO"
213.IX Header "SEE ALSO"
142.UC
143.SH "NAME"
144BN_mod_mul_reciprocal, BN_div_recp, BN_RECP_CTX_new, BN_RECP_CTX_init,
145BN_RECP_CTX_free, BN_RECP_CTX_set \- modular multiplication using
146reciprocal
147.SH "SYNOPSIS"
148.IX Header "SYNOPSIS"
149.Vb 1

--- 56 unchanged lines hidden (view full) ---

206on error.
207.PP
208\&\fIBN_RECP_CTX_init()\fR and \fIBN_RECP_CTX_free()\fR have no return values.
209.PP
210For the other functions, 1 is returned for success, 0 on error.
211The error codes can be obtained by ERR_get_error(3).
212.SH "SEE ALSO"
213.IX Header "SEE ALSO"
214bn(3), err(3), BN_add(3),
214bn(3), ERR_get_error(3), BN_add(3),
215BN_CTX_new(3)
216.SH "HISTORY"
217.IX Header "HISTORY"
218\&\fB\s-1BN_RECP_CTX\s0\fR was added in SSLeay 0.9.0. Before that, the function
219\&\fIBN_reciprocal()\fR was used instead, and the \fIBN_mod_mul_reciprocal()\fR
220arguments were different.
215BN_CTX_new(3)
216.SH "HISTORY"
217.IX Header "HISTORY"
218\&\fB\s-1BN_RECP_CTX\s0\fR was added in SSLeay 0.9.0. Before that, the function
219\&\fIBN_reciprocal()\fR was used instead, and the \fIBN_mod_mul_reciprocal()\fR
220arguments were different.