#include "hashcom.h"Include dependency graph for hashcom.c:

Defines | |
| #define | COMMENT |
| #define | ckstring_case_tab(ii) |
| #define | strncasecmp(AA, BB, LL) |
Functions | |
| int | ckstrncasecmp (const char *a, const char *b, int k) |
| const char* | crypto_name (const void *tab[][2], int count, int v) |
| unsigned int | crypto_name_rev (const void *tab[][2], int count, const char *str) |
Variables | |
| const char | ckstring_case_tab_ [256] |
| const char | hashcom_PADDING [128] |
| const void* | crypto_hash_name_arr [CRYPTO_HASH_COUNT][2] |
|
|
Value: Created: July 20th, 2001 The following program code is released under the GPL license http://www.gnu.org/copyleft/gpl.html |
|
|
Value: ckstring_case_tab_[(ii) & 0xff] |
|
|
Value: ckstrncasecmp(AA, BB, LL) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: {
{(void*)CRYPTO_HASH_NONE, "None"},
{(void*)CRYPTO_HASH_MD5, "MD5"},
{(void*)CRYPTO_HASH_SHA1, "SHA-1"},
{(void*)CRYPTO_HASH_RIPEMD160, "RIPEMD-160"},
{(void*)CRYPTO_HASH_SHA2, "SHA-2"},
} |
|
|
Initial value: {
(char)0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
} |
|
Confidential |