Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_ccache.c485 k5_ipc_stream io_reply_data) in ccs_ccache_destroy() argument
492 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_destroy()
512 k5_ipc_stream io_reply_data) in ccs_ccache_set_default() argument
519 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_set_default()
534 k5_ipc_stream io_reply_data) in ccs_ccache_get_credentials_version() argument
541 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_get_credentials_version()
544 err = krb5int_ipc_stream_write_uint32 (io_reply_data, io_ccache->creds_version); in ccs_ccache_get_credentials_version()
555 k5_ipc_stream io_reply_data) in ccs_ccache_get_name() argument
562 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_get_name()
565 err = krb5int_ipc_stream_write_string (io_reply_data, io_ccache->name); in ccs_ccache_get_name()
[all …]
H A Dccs_cache_collection.c575 k5_ipc_stream io_reply_data) in ccs_cache_collection_sync() argument
581 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_sync()
584 err = cci_identifier_write (io_cache_collection->identifier, io_reply_data); in ccs_cache_collection_sync()
594 k5_ipc_stream io_reply_data) in ccs_cache_collection_get_change_time() argument
600 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_get_change_time()
603 err = krb5int_ipc_stream_write_time (io_reply_data, io_cache_collection->last_changed_time); in ccs_cache_collection_get_change_time()
615 k5_ipc_stream io_reply_data, in ccs_cache_collection_wait_for_change() argument
634 err = krb5int_ipc_stream_write_time (io_reply_data, io_cache_collection->last_changed_time); in ccs_cache_collection_wait_for_change()
669 … k5_ipc_stream io_reply_data) in ccs_cache_collection_get_default_ccache_name() argument
676 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_get_default_ccache_name()
[all …]
H A Dccs_credentials_iterator.c33 k5_ipc_stream io_reply_data) in ccs_credentials_iterator_release() argument
40 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_credentials_iterator_release()
54 k5_ipc_stream io_reply_data) in ccs_credentials_iterator_next() argument
62 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_credentials_iterator_next()
70 err = ccs_credentials_write (credentials, io_reply_data); in ccs_credentials_iterator_next()
81 k5_ipc_stream io_reply_data) in ccs_credentials_iterator_clone() argument
89 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_credentials_iterator_clone()
98 io_reply_data); in ccs_credentials_iterator_clone()
H A Dccs_ccache_iterator.c33 k5_ipc_stream io_reply_data) in ccs_ccache_iterator_release() argument
40 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_iterator_release()
54 k5_ipc_stream io_reply_data) in ccs_ccache_iterator_next() argument
62 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_iterator_next()
69 err = ccs_ccache_write (ccache, io_reply_data); in ccs_ccache_iterator_next()
80 k5_ipc_stream io_reply_data) in ccs_ccache_iterator_clone() argument
88 if (!io_reply_data ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_iterator_clone()
96 err = ccs_ccache_list_iterator_write (ccache_iterator, io_reply_data); in ccs_ccache_iterator_clone()