rpmio/digest.c -
#include 'system.h'
#include 'rpmio_internal.h'
#include <beecrypt/beecrypt.h>
#include <beecrypt/md5.h>
#include <beecrypt/endianness.h>
#include <beecrypt/fips180.h>
#include 'debug.h'
union _dendian
struct DIGEST_CTX_s
MD5/SHA1 digest private data.
#define DPRINTF(_a)
#define IS_BIG_ENDIAN() (_endian->b[0] == '\x44')
#define IS_LITTLE_ENDIAN() (_endian->b[0] == '\x11')
DIGEST_CTX rpmDigestDup (DIGEST_CTX octx)
DIGEST_CTX rpmDigestInit (pgpHashAlgo hashalgo, rpmDigestFlags flags)
int rpmDigestUpdate (DIGEST_CTX ctx, const void *data, size_t len)
int rpmDigestFinal (DIGEST_CTX ctx, void **datap, size_t *lenp, int asAscii)
int _ie = 0x44332211
_dendian * _endian
Definition at line 16 of file digest.c.
Referenced by rpmDigestFinal(), rpmDigestInit(), and rpmDigestUpdate().
Definition at line 115 of file digest.c.
Definition at line 116 of file digest.c.
Referenced by rpmDigestFinal().
Definition at line 107 of file digest.c.
Generated automatically by Doxygen for rpm from the source code.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |