Go to the source code of this file.
|
| static void | alts_crypter_do_generic_tests () |
| |
| static void | alts_crypter_test_corrupted_unseal (alts_crypter *server_seal, alts_crypter *server_unseal, alts_crypter *client_seal, alts_crypter *) |
| |
| static void | alts_crypter_test_input_sanity_check (alts_crypter *crypter_seal, alts_crypter *crypter_unseal) |
| |
| static void | alts_crypter_test_multiple_random_seal_unseal (alts_crypter *server_seal, alts_crypter *server_unseal, alts_crypter *client_seal, alts_crypter *client_unseal) |
| |
| static void | alts_crypter_test_random_seal_unseal (alts_crypter *server_seal, alts_crypter *server_unseal, alts_crypter *client_seal, alts_crypter *client_unseal) |
| |
| static void | alts_crypter_test_unsync_seal_unseal (alts_crypter *server_seal, alts_crypter *server_unseal, alts_crypter *client_seal, alts_crypter *client_unseal) |
| |
| static void | create_random_alts_seal_crypter (alts_crypter **server_seal, alts_crypter **server_unseal, alts_crypter **client_seal, alts_crypter **client_unseal, gsec_aead_crypter **server_crypter_seal, gsec_aead_crypter **server_crypter_unseal, gsec_aead_crypter **client_crypter_seal, gsec_aead_crypter **client_crypter_unseal, bool rekey) |
| |
| static void | destroy_random_alts_seal_crypter (alts_crypter *server_seal, alts_crypter *server_unseal, alts_crypter *client_seal, alts_crypter *client_unseal) |
| |
| int | main (int, char **) |
| |
◆ alts_crypter_do_generic_tests()
| static void alts_crypter_do_generic_tests |
( |
| ) |
|
|
static |
◆ alts_crypter_test_corrupted_unseal()
◆ alts_crypter_test_input_sanity_check()
◆ alts_crypter_test_multiple_random_seal_unseal()
◆ alts_crypter_test_random_seal_unseal()
◆ alts_crypter_test_unsync_seal_unseal()
◆ create_random_alts_seal_crypter()
◆ destroy_random_alts_seal_crypter()
◆ main()