|
Botan
1.11.15
|
#include <botan/pbkdf.h>#include <botan/internal/algo_registry.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Defines | |
| #define | BOTAN_REGISTER_PBKDF_1HASH(type, name) BOTAN_REGISTER_NAMED_T(PBKDF, name, type, (make_new_T_1X<type, HashFunction>)) |
| #define | BOTAN_REGISTER_PBKDF_1MAC(type, name) BOTAN_REGISTER_NAMED_T(PBKDF, name, type, (make_new_T_1X<type, MessageAuthenticationCode>)) |
| #define BOTAN_REGISTER_PBKDF_1HASH | ( | type, | |
| name | |||
| ) | BOTAN_REGISTER_NAMED_T(PBKDF, name, type, (make_new_T_1X<type, HashFunction>)) |
Definition at line 16 of file pbkdf_utils.h.
| #define BOTAN_REGISTER_PBKDF_1MAC | ( | type, | |
| name | |||
| ) | BOTAN_REGISTER_NAMED_T(PBKDF, name, type, (make_new_T_1X<type, MessageAuthenticationCode>)) |
Definition at line 18 of file pbkdf_utils.h.
1.7.6.1