diff options
author | jbj <devnull@localhost> | 2002-06-15 19:43:41 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-15 19:43:41 +0000 |
commit | 20901c1a62c2ec5bdff92bf2881ec51cb5ce7656 (patch) | |
tree | 30764e090f4af19bdbf6fb136badf0307a7c44ab /Doxyheader | |
parent | 8336b090a9996532e63e32cd8c483a9128be2dc9 (diff) | |
download | librpm-tizen-20901c1a62c2ec5bdff92bf2881ec51cb5ce7656.tar.gz librpm-tizen-20901c1a62c2ec5bdff92bf2881ec51cb5ce7656.tar.bz2 librpm-tizen-20901c1a62c2ec5bdff92bf2881ec51cb5ce7656.zip |
- beecrypt: merge changes from beecrypt-2.3.0.
- beecrypt: merge doxygen markup with rpmapi doco.
- beecrypt: revert cpu/arch compile option mixup (#66752).
CVS patchset: 5495
CVS date: 2002/06/15 19:43:41
Diffstat (limited to 'Doxyheader')
-rw-r--r-- | Doxyheader | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Doxyheader b/Doxyheader index b88bb2916..d8b2daa70 100644 --- a/Doxyheader +++ b/Doxyheader @@ -36,3 +36,57 @@ */ /** \defgroup popt POPT. */ +/*! \defgroup ES_m Entropy sources + */ +/*! \defgroup ES_audio_m Entropy sources: /dev/audio + */ +/*! \defgroup ES_dsp_m Entropy sources: /dev/dsp + */ +/*! \defgroup ES_random_m Entropy sources: /dev/random + */ +/*! \defgroup ES_urandom_m Entropy sources: /dev/urandom + */ +/*! \defgroup ES_tty_m Entropy sources: /dev/tty + */ +/*! \defgroup PRNG_m Pseudo-Random Number Generators + */ +/*! \defgroup PRNG_fips186_m Pseudo-Random Number Generators: FIPS-186 + */ +/*! \defgroup HASH_m Hash Functions + */ +/*! \defgroup HASH_md5_m Hash Functions: MD5 + */ +/*! \defgroup HASH_sha1_m Hash Functions: SHA-1 + */ +/*! \defgroup HASH_sha256_m Hash Functions: SHA-256 + */ +/*! \defgroup HMAC_m Keyed Hash Functions, a.k.a. Message Authentication Codes + */ +/*! \defgroup HMAC_md5_m Keyed Hash Functions: HMAC-MD5 + */ +/*! \defgroup HMAC_sha1_m Keyed Hash Functions: HMAC-SHA-1 + */ +/*! \defgroup HMAC_sha256_m Keyed Hash Functions: HMAC-SHA-256 + */ +/*! \defgroup BC_m Block ciphers + */ +/*! \defgroup BC_aes_m Block ciphers: AES + */ +/*! \defgroup BC_blowfish_m Block ciphers: Blowfish + */ +/*! \defgroup DL_m Discrete Logarithm Primitives + */ +/*! \defgroup DH_m Diffie-Hellman Primitives + */ +/*! \defgroup DSA_m DSA Encryption/Signature Primitives + */ +/*! \defgroup RSA_m RSA Encryption/Signature Primitives + */ +/*! \defgroup ELGAMAL_m ElGamal Signature Primitives + */ +/*! \defgroup MP32_m Multiple Precision Integer Arithmetic (32 bit) + */ +/*! \defgroup MP64_m Multiple Precision Integer Arithmetic (64 bit) + */ +/*! \defgroup JAVA_m Java API + */ |