/freebsd/crypto/krb5/src/ccapi/test/ |
H A D | test_ccapi_ccache.c | 45 …_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const cha… in check_once_cc_ccache_release() 119 …_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const cha… in check_once_cc_ccache_destroy() 225 …e_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const cha… in check_once_cc_ccache_set_default() 320 …entials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const cha… in check_once_cc_ccache_get_credentials_version() 423 …cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const cha… in check_once_cc_ccache_get_name() 470 cc_int32 expected_err, in check_once_cc_ccache_get_principal() 625 …c_ccache_t ccache, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const cha… in check_once_cc_ccache_set_principal() 755 …ials(cc_ccache_t ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const cha… in check_once_cc_ccache_store_credentials() 907 …remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const cha… in check_once_cc_ccache_remove_credentials() 1039 …iterator(cc_ccache_t ccache, cc_credentials_iterator_t *iterator, cc_int32 expected_err, const cha… in check_once_cc_ccache_new_credentials_iterator() [all …]
|
H A D | test_ccapi_context.c | 29 …ersion, cc_int32 *out_supported_version, char const **out_vendor, cc_int32 expected_err, const cha… in check_once_cc_initialize() 92 cc_int32 check_once_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char… in check_once_cc_context_release() 237 …cc_context_get_change_time(cc_context_t context, cc_time_t *time, cc_int32 expected_err, const cha… in check_once_cc_context_get_change_time() 315 …_get_default_ccache_name(cc_context_t context, cc_string_t *name, cc_int32 expected_err, const cha… in check_once_cc_context_get_default_ccache_name() 406 …ache(cc_context_t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const cha… in check_once_cc_context_open_ccache() 498 …xt_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const cha… in check_once_cc_context_open_default_ccache() 599 … cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const cha… in check_once_cc_context_create_ccache() 696 … cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const cha… in check_once_cc_context_create_default_ccache() 787 … cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const cha… in check_once_cc_context_create_new_ccache() 897 …he_iterator(cc_context_t context, cc_ccache_iterator_t *iterator, cc_int32 expected_err, const cha… in check_once_cc_context_new_ccache_iterator() [all …]
|
H A D | test_ccapi_v2.c | 159 cc_result check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *descripti… in check_once_cc_shutdown() 288 cc_int32 check_once_cc_get_change_time(apiCB *context, cc_time_t *last_time, cc_result expected_err… in check_once_cc_get_change_time() 363 …*context, const char *name, cc_int32 version, ccache_p **ccache, cc_result expected_err, const cha… in check_once_cc_open() 456 …me, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const cha… in check_once_cc_create() 534 cc_result check_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char … in check_once_cc_close() 597 cc_result check_once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char… in check_once_cc_destroy() 678 …on(apiCB *context, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const cha… in check_once_cc_get_cred_version() 769 …name(apiCB *context, ccache_p *ccache, const char *expected_name, cc_int32 expected_err, const cha… in check_once_cc_get_name() 862 cc_int32 expected_err, in check_once_cc_get_principal() 947 …, ccache_p *ccache, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const cha… in check_once_cc_set_principal() [all …]
|
H A D | test_ccapi_iterators.c | 84 …tor_next(cc_ccache_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const cha… in check_once_cc_ccache_iterator_next() 209 …ext(cc_credentials_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const cha… in check_once_cc_credentials_iterator_next()
|
H A D | test_ccapi_check.h | 35 #define check_err(err, expected_err, possible_return_values) \ argument
|
/freebsd/libexec/rtld-elf/tests/ |
H A D | common.c | 53 const char *expected_out, const char *expected_err) in try_to_run()
|
/freebsd/crypto/krb5/src/tests/gssapi/ |
H A D | t_enctypes.py | 58 def test_err(msg, ienc, aenc, expected_err): argument
|
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
H A D | t_str2key.c | 35 krb5_error_code expected_err; member
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | t_etypes.c | 177 krb5_error_code ret, expected_err; in main() local
|
/freebsd/crypto/openssl/test/ |
H A D | evp_test.c | 44 char *expected_err; /* Expected error value of test */ member [all...] |