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

/freebsd-9.3-release/contrib/opie/
H A Dopiekey.c98 static void getsecret FUNCTION((secret, promptextra, retype), char *secret AND char *promptextra AND int flags) function
257 getsecret(secret, "old ", 1);
259 getsecret(secret, "old ", 0);
261 getsecret(newsecret, "new ", 1);
279 getsecret(secret, "", 1);
281 getsecret(secret, "", 0);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dusersmtp.c518 static int getsecret __P((sasl_conn_t *, void *, int, sasl_secret_t **));
529 { SASL_CB_PASS, (sasl_callback_ft)&getsecret, NULL },
1073 getsecret(conn, context, id, psecret) function
1271 getsecret(conn, context, id, psecret) function

Completed in 98 milliseconds