Home
last modified time | relevance | path

Searched refs:expected_principal (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_v2.h39 const char *expected_principal,
61 const char *expected_principal,
H A Dtest_ccapi_ccache.h17 …get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *expected_principal, cc_int32 ex…
H A Dtest_ccapi_v2.c861 const char *expected_principal, in check_once_cc_get_principal() argument
878 if (expected_principal == NULL) { // we want to try with a NULL param in check_once_cc_get_principal()
889 …ck_if(strcmp(stored_principal, expected_principal), "expected princ == \"%s\" stored princ == \"%s… in check_once_cc_get_principal()
1495 const char *expected_principal, in check_once_cc_get_NC_info() argument
1519 …check_if(strcmp(info[actual_count]->principal, expected_principal), "got incorrect principal name"… in check_once_cc_get_NC_info()
H A Dtest_ccapi_ccache.c469 const char *expected_principal, in check_once_cc_ccache_get_principal() argument
490 if (expected_principal == NULL) { // we want to try with a NULL param in check_once_cc_ccache_get_principal()
501 …strcmp(stored_principal->data, expected_principal), "expected princ == \"%s\" stored princ == \"%s… in check_once_cc_ccache_get_principal()