| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_context.h | 21 …context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *pri… 23 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, con… 25 …_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *pri…
|
| H A D | test_ccapi_context.c | 599 …context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *pri… in check_once_cc_context_create_ccache() argument 619 err = cc_context_create_ccache(context, name, cred_vers, principal, ccache); in check_once_cc_context_create_ccache() 636 if (!err) { check_if(stored_creds_vers != cred_vers, NULL); } in check_once_cc_context_create_ccache() 696 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, con… in check_once_cc_context_create_default_ccache() argument 716 err = cc_context_create_default_ccache(context, cred_vers, principal, ccache); in check_once_cc_context_create_default_ccache() 726 if (!err) { check_if(stored_creds_vers != cred_vers, NULL); } in check_once_cc_context_create_default_ccache() 787 …_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *pri… in check_once_cc_context_create_new_ccache() argument 809 err = cc_context_create_new_ccache(context, cred_vers, principal, ccache); in check_once_cc_context_create_new_ccache() 836 if (!err) { check_if(stored_creds_vers != cred_vers, NULL); } in check_once_cc_context_create_new_ccache()
|
| H A D | test_ccapi_ccache.h | 17 cc_int32 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *ex… 19 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in…
|
| H A D | test_ccapi_v2.h | 22 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *p… 44 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const ch…
|
| H A D | test_ccapi_ccache.c | 468 cc_uint32 cred_vers, in check_once_cc_ccache_get_principal() argument 491 err = cc_ccache_get_principal(ccache, cred_vers, NULL); in check_once_cc_ccache_get_principal() 494 err = cc_ccache_get_principal(ccache, cred_vers, &stored_principal); in check_once_cc_ccache_get_principal() 625 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in… in check_once_cc_ccache_set_principal() argument 644 err = cc_ccache_set_principal(ccache, cred_vers, in_principal); in check_once_cc_ccache_set_principal() 650 err = cc_ccache_get_principal(ccache, cred_vers, &stored_principal); in check_once_cc_ccache_set_principal()
|
| H A D | test_ccapi_v2.c | 456 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *p… in check_once_cc_create() argument 474 err = cc_create(context, name, principal, cred_vers, 0, ccache); in check_once_cc_create() 489 if (!err) { check_if(stored_creds_vers != cred_vers, NULL); } in check_once_cc_create() 947 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const ch… in check_once_cc_set_principal() argument 963 err = cc_set_principal(context, ccache, cred_vers, (char *) in_principal); in check_once_cc_set_principal()
|
| /freebsd/crypto/krb5/src/ccapi/server/ |
| H A D | ccs_cache_collection.c | 765 cc_uint32 cred_vers; in ccs_cache_collection_create_ccache() local 778 err = krb5int_ipc_stream_read_uint32 (in_request_data, &cred_vers); in ccs_cache_collection_create_ccache() 791 err = ccs_ccache_reset (ccache, io_cache_collection, cred_vers, principal); in ccs_cache_collection_create_ccache() 794 err = ccs_ccache_new (&ccache, cred_vers, name, principal, in ccs_cache_collection_create_ccache() 820 cc_uint32 cred_vers; in ccs_cache_collection_create_default_ccache() local 829 err = krb5int_ipc_stream_read_uint32 (in_request_data, &cred_vers); in ccs_cache_collection_create_default_ccache() 841 err = ccs_ccache_reset (ccache, io_cache_collection, cred_vers, principal); in ccs_cache_collection_create_default_ccache() 850 err = ccs_ccache_new (&ccache, cred_vers, name, principal, in ccs_cache_collection_create_default_ccache() 878 cc_uint32 cred_vers; in ccs_cache_collection_create_new_ccache() local 888 err = krb5int_ipc_stream_read_uint32 (in_request_data, &cred_vers); in ccs_cache_collection_create_new_ccache() [all …]
|
| H A D | ccs_ccache.c | 953 cc_uint32 cred_vers = 0; in ccs_ccache_get_kdc_time_offset() local 961 err = krb5int_ipc_stream_read_uint32 (in_request_data, &cred_vers); in ccs_ccache_get_kdc_time_offset() 965 if (cred_vers == cc_credentials_v5) { in ccs_ccache_get_kdc_time_offset() 988 cc_uint32 cred_vers = 0; in ccs_ccache_set_kdc_time_offset() local 996 err = krb5int_ipc_stream_read_uint32 (in_request_data, &cred_vers); in ccs_ccache_set_kdc_time_offset() 1000 if (cred_vers == cc_credentials_v5) { in ccs_ccache_set_kdc_time_offset() 1026 cc_uint32 cred_vers = 0; in ccs_ccache_clear_kdc_time_offset() local 1034 err = krb5int_ipc_stream_read_uint32 (in_request_data, &cred_vers); in ccs_ccache_clear_kdc_time_offset() 1038 if (cred_vers == cc_credentials_v5) { in ccs_ccache_clear_kdc_time_offset()
|