pkc_append_to_trustlist(3sec) — Subroutines
NAME
pkc_append_to_trustlist — Appends one or more items to trust list
Synopsis
unsigned32 pkc_append_to_trustlist(
trustlist_t ∗∗ tr_list,
trustitem_t ∗ tr_item,
size_t no_of_tr_items);
Parameters
Input
tr_listSpecifies trust list to which item(s) are to be appended.
tr_itemSpecifies item(s) to append to trust list.
no_of_tr_items
Specifies number of items to append.
Description
pkc_append_to_trustlist(3sec) appends one or more items to a trust list (a pkc_trust_list_t, pointed to by (∗tr_list)->handle).
If the trust list is invalid, pkc_s_bad_param is returned.
Return Values
pkc_s_success
Operation successfully completed.
Errors
Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
Related Information
Functions: pkc_intro(3sec), pkc_free(3sec), pkc_free_keyinfo(3sec), pkc_free_trustbase(3sec), pkc_free_trustlist(3sec), pkc_get_key_certifier_count(3sec), pkc_get_key_certifier_info(3sec), pkc_get_key_count(3sec), pkc_get_key_data(3sec), pkc_get_key_trust_info(3sec), pkc_get_registered_policies(3sec), pkc_init_trustbase(3sec), pkc_init_trustlist(3sec), pkc_retrieve_keyinfo(3sec), pkc_retrieve_keylist(3sec).