Lines Matching full:mechanism

27  * load mechanism libraries.
29 * It also contain functions requiring direct access to the mechanism's
31 * functions which translate the mechanism strings to oids and vise versa.
33 * The mechanism libraries are loaded on demand. This is triggered
68 * of gss-api mechanism modules.
110 * list of mechanism libraries and their entry points.
138 * look through the loaded mechanism libraries for
141 * the OID was recognized as an internal mechanism OID. if no
146 * we can walk the mechanism list without a mutex, because we
148 * Mechanism entries are always added to the end, and as
171 * This routine needs direct access to the mechanism list.
215 * we need to keep the lock while we build the mechanism list
223 * g_mechSet structure, but the mechanism list is upto date
366 * It will return the option string for a specified mechanism.
401 * It will return the kernel module name for a specified mechanism.
435 * given a mechanism string return the mechanism oid
472 * Given the mechanism oid, return the readable mechanism name
497 * return a list of mechanism strings supported
553 * given the mechanism type, return the mechanism structure
554 * containing the mechanism library entry points.
556 * This function will also trigger the loading of the mechanism
567 /* check if the mechanism is already loaded */
574 * the mechanism to ensure we have the latest info.
581 /* is the mechanism present in the list ? */
593 /* we found the mechanism, but it is not loaded */
604 (void) syslog(LOG_INFO, "unable to initialize mechanism"
610 /* Call the symbol to get the mechanism table */
615 (void) syslog(LOG_INFO, "unable to initialize mechanism"
634 /* check if the mechanism is already loaded */
681 * this routine is used for searching the list of mechanism data.
707 * this is called while having a mutex lock on the mechanism list
737 * the mechanism name
773 (void) syslog(LOG_INFO, "invalid mechanism oid"
859 * are we creating a new mechanism entry or
860 * just modifying existing (non loaded) mechanism entry