summaryrefslogtreecommitdiffstats
path: root/tests/auth/milenage_test.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix warningsJacob Erlbeck2013-10-081-1/+3
| | | | | | This fixes warnings that are raised by missing includes, missing casts, missing return statements, using printf %lu with uint64_t, and unused symbols.
* milenage: Add function to compute OPC from OP and KHarald Welte2012-03-211-0/+20
|
* auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte2011-12-071-2/+2
|
* milenage_test: make sure test output is what .ok file expectsHarald Welte2011-12-071-1/+1
|
* milenage_test: make sure test result matches expectationsHarald Welte2011-12-071-1/+1
|
* add autotest script for milenage/auth testingHarald Welte2011-12-071-0/+78