|
Greenbone Vulnerability Management Libraries 22.24.0
|
#include "authutils.h"#include "passwordbasedauthentication.c"#include <cgreen/cgreen.h>#include <cgreen/mocks.h>#include <string.h>Functions | |
| Describe (PBA) | |
| BeforeEach (PBA) | |
| AfterEach (PBA) | |
| Ensure (PBA, returns_false_on_not_phc_compliant_setting) | |
| Ensure (PBA, returns_true_on_phc_compliant_setting) | |
| Ensure (PBA, returns_NULL_on_unsupport_settings) | |
| Ensure (PBA, unique_hash_without_adding_used_pepper) | |
| Ensure (PBA, verify_hash) | |
| Ensure (PBA, verify_hash_returns_invalid_on_np_hash_np_password) | |
| Ensure (PBA, defaults) | |
| Ensure (PBA, initialization) | |
| Ensure (PBA, handle_md5_hash) | |
| int | main (int argc, char **argv) |
| AfterEach | ( | PBA | ) |
| BeforeEach | ( | PBA | ) |
| Describe | ( | PBA | ) |
| Ensure | ( | PBA | , |
| defaults | ) |
| Ensure | ( | PBA | , |
| handle_md5_hash | ) |
| Ensure | ( | PBA | , |
| initialization | ) |
| Ensure | ( | PBA | , |
| returns_false_on_not_phc_compliant_setting | ) |
| Ensure | ( | PBA | , |
| returns_NULL_on_unsupport_settings | ) |
| Ensure | ( | PBA | , |
| returns_true_on_phc_compliant_setting | ) |
| Ensure | ( | PBA | , |
| unique_hash_without_adding_used_pepper | ) |
| Ensure | ( | PBA | , |
| verify_hash | ) |
| Ensure | ( | PBA | , |
| verify_hash_returns_invalid_on_np_hash_np_password | ) |
| int main | ( | int | argc, |
| char ** | argv ) |