Home
last modified time | relevance | path

Searched refs:authNone (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_auth_destroy/
Drpc_auth_destroy.c48 AUTH *authNone = NULL; in main() local
50 authNone = authnone_create(); in main()
53 auth_destroy(authNone); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/
Drpc_authnone_create.c48 AUTH *authNone = NULL; in main() local
50 authNone = authnone_create(); in main()
53 test_status = ((AUTH *) authNone != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authnone_create/
Dtirpc_authnone_create.c45 AUTH *authNone = NULL; in main() local
47 authNone = authnone_create(); in main()
50 test_status = ((AUTH *) authNone != NULL) ? 0 : 1; in main()