Searched refs:assertid (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libkeynote/
H A Dauxil.c416 keynote_remove_assertion(int sessid, int assertid, int deleteflag) argument
439 if (ht->as_id == assertid)
448 if (ht->as_next->as_id == assertid) /* Got it */
466 kn_remove_assertion(int sessid, int assertid) argument
469 return keynote_remove_assertion(sessid, assertid, 1);
476 keynote_sremove_assertion(int sessid, int assertid) argument
478 return keynote_remove_assertion(sessid, assertid, 0);
H A Denvironment.c899 kn_get_authorizer(int sessid, int assertid, int *algorithm) argument
915 /* Traverse the hash table looking for assertid */
920 if (as->as_id == assertid)
941 kn_get_licensees(int sessid, int assertid) argument
957 /* Traverse the hash table looking for assertid */
962 if (as->as_id == assertid)

Completed in 169 milliseconds