/external/svox/pico/lib/ |
picopam.c | 47 #define PICOPAM_IN_BUFF_SIZE PICODATA_BUFSIZE_PAM /*input buffer size for PAM */ 48 #define PICOPAM_OUT_PAM_SIZE PICODATA_BUFSIZE_PAM /*output buffer size for PAM*/ 76 #define PICOPAM_READY 20 /*PAM could start backward processing*/ 77 #define PICOPAM_MORE 21 /*PAM has still to collect */ 78 #define PICOPAM_NA 22 /*PAM has not to deal with this item*/ 130 /* byte 61 : 1st attached non PAM item id(0=no item attached) */ 132 /* byte 62 : last attached non PAM item id(0=no item attached)*/ 143 Function: subobject definition for the pam processing 144 Shortcut: pam 336 PAM feature vector indices position changes 562 pam_subobj_t *pam; local 720 pam_subobj_t *pam; local 742 pam_subobj_t* pam; local 788 register pam_subobj_t * pam; local 929 register pam_subobj_t * pam; local 995 register pam_subobj_t * pam; local 1028 register pam_subobj_t * pam; local 1072 register pam_subobj_t * pam; local 1163 register pam_subobj_t * pam; local 1192 register pam_subobj_t * pam; local 1254 register pam_subobj_t * pam; local 1292 register pam_subobj_t * pam; local 1336 register pam_subobj_t * pam; local 1381 pam_subobj_t *pam; local 1442 pam_subobj_t *pam; local 1520 pam_subobj_t *pam; local 1607 pam_subobj_t *pam; local 1679 pam_subobj_t *pam; local 1723 pam_subobj_t *pam; local 1899 pam_subobj_t *pam; local 2067 pam_subobj_t *pam; local 2189 pam_subobj_t *pam; local 2261 pam_subobj_t *pam; local 2319 register pam_subobj_t * pam; local 2827 pam_subobj_t *pam; local 2861 pam_subobj_t *pam; local 2960 pam_subobj_t *pam; local 3015 pam_subobj_t *pam; local 3106 pam_subobj_t *pam; local 4184 pam_subobj_t *pam; local 4228 pam_subobj_t *pam; local 4402 register pam_subobj_t * pam; local 4594 register pam_subobj_t * pam; local 4663 pam_subobj_t *pam; local 4784 register pam_subobj_t * pam; local [all...] |
picopam.h | 37 * Most the processing of PAM is logically splittable as follows 47 * - Addiotional data strucures are mantained to temporarily store items not pertaining to the PAM processing, for later resynchronization 49 * A quite detailed description of PAM processing is in the Know How section of the repository.
|
picokdt.h | 434 /* decision tree phono-acoustical model (PAM) functions */ 437 /* construct a Pam input vector and store the tree-specific encoded
|
/external/ppp/pppd/ |
ppp.pam | 1 #%PAM-1.0
|
auth.c | [all...] |
/external/dropbear/ |
svr-authpam.c | 26 /* Validates a user password using PAM */ 39 #include <pam/pam_appl.h> 47 /* PAM conversation function - for now we only handle one message */ 68 /* If you're getting here - Dropbear probably can't support your pam 70 * asynchronocity in PAM anyway. */ 104 different pam modules/implementations */ 105 dropbear_log(LOG_NOTICE, "PAM unknown prompt %s (no echo)", 111 /* You have to read the PAM module-writers' docs (do we look like 130 different pam modules/implementations */ 131 dropbear_log(LOG_NOTICE, "PAM unknown prompt %s (with echo)" [all...] |
configure.in | 123 # Check if pam is needed 124 AC_ARG_WITH(pam, 125 [ --with-pam=PATH Use pam in PATH], 142 AC_ARG_ENABLE(pam, 143 [ --enable-pam Try to include PAM support], 146 AC_CHECK_LIB(pam, pam_authenticate, , AC_MSG_ERROR([*** PAM missing - install first or check config.log ***])) 147 AC_MSG_NOTICE(Enabling PAM) [all...] |
options.h | 129 /* Note: PAM auth is quite simple, and only works for PAM modules which just do 132 * but there's an interface via a PAM module - don't bother using it otherwise. 133 * You can't enable both PASSWORD and PAM. */ 136 /*#define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */ 381 #error "You can't turn on PASSWORD and PAM auth both at once. Fix it in options.h"
|
config.h | 28 /* Use PAM */ 133 /* Define to 1 if you have the `pam' library (-lpam). */ 175 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
|
config.h.in | 27 /* Use PAM */ 132 /* Define to 1 if you have the `pam' library (-lpam). */ 174 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
|
CHANGES | 109 - Improve PAM prompt comparison. 169 - SECURITY: Fix for PAM auth so that usernames are logged and conversation 170 function responses are allocated correctly - all 0.44test4 users with PAM 218 - Added in the PAM authentication code (finally! thanks to Martin Carlsson)
|
loginrec.h | 128 char progname[LINFO_PROGSIZE]; /* name of program (for PAM) */
|
/packages/providers/ContactsProvider/res/values-cs/ |
strings.xml | 21 <string name="upgrade_out_of_memory_notification_ticker" msgid="4089605622758004662">"Upgrade kontaktu vy?aduje více pam?ti"</string> 22 <string name="upgrade_out_of_memory_notification_title" msgid="7849508493764133004">"Nedostatek pam?ti pro upgrade kontaktu"</string>
|
/dalvik/libcore/auth/src/main/java/javax/security/auth/login/ |
package.html | 9 ideas and concepts from the Unix-PAM module. New authentication methods can be
|
/frameworks/base/packages/SettingsProvider/res/values-cs/ |
strings.xml | 22 <string name="app_label" msgid="4567566098528588863">"Pam?? pro nastavení"</string>
|
/packages/providers/DrmProvider/res/values-cs/ |
strings.xml | 19 <string name="app_label" msgid="5439897702697364618">"Pam?? pro obsah DRM"</string>
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.c | 645 pam_handle_t *pam = NULL; local 654 &PAM_chat, &isakmp_cfg_config.port_pool[port].pam)) != 0) { 655 if (isakmp_cfg_config.port_pool[port].pam == NULL) { 661 pam_strerror(isakmp_cfg_config.port_pool[port].pam, 666 pam = isakmp_cfg_config.port_pool[port].pam; 674 if ((error = pam_set_item(pam, PAM_RHOST, remote)) != 0) { 677 pam_strerror(pam, error)); 683 error = pam_authenticate(pam, 0); 689 pam_strerror(pam, error)) [all...] |
isakmp_cfg.c | 1396 /* Cleanup PAM status associated with the port */ 1413 if (isakmp_cfg_config.port_pool[port].pam != NULL) { 1414 pam_end(isakmp_cfg_config.port_pool[port].pam, PAM_SUCCESS) 1450 pam_handle_t *pam; local [all...] |
racoon.conf.5 | 138 validating passwords against system databases or against PAM. [all...] |
isakmp_cfg.h | 74 pam_handle_t *pam; member in struct:isakmp_cfg_port
|
/external/ipsec-tools/src/racoon/doc/ |
FAQ | 62 Enable the use of PAM with hybrid authentication on the 63 server side. PAM can be used for authentication and accounting.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/ |
kdt_pam.dtfmt | 4 ! Decision Tree Configuration <pam>
|
/packages/apps/PackageInstaller/res/values-cs/ |
strings.xml | 40 <string name="out_of_space_dlg_text" msgid="7767221563720090883">"Aplikaci <xliff:g id="APP_NAME">%1$s</xliff:g> nelze nainstalovat. Uvoln?te místo v pam?ti a zkuste to znovu."</string>
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
committers.py | 139 Committer("Pam Greene", "pam@chromium.org"),
|
/external/ipsec-tools/ |
NEWS | 61 o PAM support for Xauth
|