summaryrefslogtreecommitdiffstats
path: root/doc/crypto/bn_internal.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-27 02:38:41 +0000
committerUlf Möller <ulf@openssl.org>2000-02-27 02:38:41 +0000
commit5ee6cc11626114223fbcae1e51bc9302652406d2 (patch)
tree258a39698143f899b2b99d956ddfd8db2a0012ed /doc/crypto/bn_internal.pod
parenta5770be6aefdf9b86e0ce179d31d69d870e7a788 (diff)
put function names in the title.
Diffstat (limited to 'doc/crypto/bn_internal.pod')
-rw-r--r--doc/crypto/bn_internal.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/crypto/bn_internal.pod b/doc/crypto/bn_internal.pod
index 588874f524..4263c1897f 100644
--- a/doc/crypto/bn_internal.pod
+++ b/doc/crypto/bn_internal.pod
@@ -2,7 +2,14 @@
=head1 NAME
-bn_internal - BIGNUM library internal functions
+bn_mul_words, bn_mul_add_words, bn_sqr_words, bn_div_words,
+bn_add_words, bn_sub_words, bn_mul_comba4, bn_mul_comba8,
+bn_sqr_comba4, bn_sqr_comba8, bn_cmp_words, bn_mul_normal,
+bn_mul_low_normal, bn_mul_recursive, bn_mul_part_recursive,
+bn_mul_low_recursive, bn_mul_high, bn_sqr_normal, bn_sqr_recursive,
+bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top,
+bn_print, bn_dump, bn_set_max, bn_set_high, bn_set_low - BIGNUM
+library internal functions
=head1 SYNOPSIS