Searched refs:test_creds (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_copy_ccache.c47 krb5_creds test_creds; local
71 memset(&test_creds, 0, sizeof(test_creds));
72 test_creds.magic = KV5M_CREDS;
76 test_creds.client = test_ctx->client_principal;
80 test_creds.server = test_ctx->server_principal;
82 test_creds.keyblock.magic = KV5M_KEYBLOCK;
83 test_creds.keyblock.contents = 0;
84 test_creds.keyblock.enctype = 1;
85 test_creds
[all...]

Completed in 8 milliseconds