#include <string.h>#include <stdio.h>#include "ikey_base26.h"#include "mode.h"#include "bcf_s.h"
Include dependency graph for ikey_base26.c:Functions | |
| const char * | base26_triplet_1 (const unsigned char *a) |
| const char * | base26_triplet_2 (const unsigned char *a) |
| const char * | base26_triplet_3 (const unsigned char *a) |
| const char * | base26_triplet_4 (const unsigned char *a) |
| const char * | base26_dublet_for_bits_28_to_36 (unsigned char *a) |
| const char * | base26_dublet_for_bits_56_to_64 (unsigned char *a) |
| void | get_xtra_hash_major_hex (const unsigned char *a, char *szXtra) |
| void | get_xtra_hash_minor_hex (const unsigned char *a, char *szXtra) |
Variables | |
| static const char | t26 [][4] |
| static const char | d26 [][3] |
| const char * base26_dublet_for_bits_28_to_36 | ( | unsigned char * | a | ) |
Here is the caller graph for this function:| const char * base26_dublet_for_bits_56_to_64 | ( | unsigned char * | a | ) |
Here is the caller graph for this function:| const char * base26_triplet_1 | ( | const unsigned char * | a | ) |
Here is the caller graph for this function:| const char * base26_triplet_2 | ( | const unsigned char * | a | ) |
Here is the caller graph for this function:| const char * base26_triplet_3 | ( | const unsigned char * | a | ) |
Here is the caller graph for this function:| const char * base26_triplet_4 | ( | const unsigned char * | a | ) |
Here is the caller graph for this function:| void get_xtra_hash_major_hex | ( | const unsigned char * | a, |
| char * | szXtra | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void get_xtra_hash_minor_hex | ( | const unsigned char * | a, |
| char * | szXtra | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |