Searched refs:key_string (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/libtelnet-13/
H A Dread_password.c90 char key_string[BUFSIZ]; local
121 if (!fgets(key_string, sizeof(key_string), stdin)) {
125 if ((ptr = strchr(key_string, '\n')))
127 if (strcmp(s,key_string)) {
149 memset(key_string, 0, sizeof (key_string));
/macosx-10.10.1/BerkeleyDB-21/db/test/scr015/
H A DTestConstruct01.cpp136 char *key_string = (char *)readkey.get_data(); local
138 DEBUGOUT("Got: " << key_string << ": " << data_string);
139 int len = strlen(key_string);
144 else if (strcmp(data_string, key_string) != 0) {
157 if (key_string[i] != ('0' + i)) {
158 cout << " got " << key_string
159 << " (" << (int)key_string[i] << ")"
H A DTestKeyRange.cpp157 char *key_string = (char *)key.get_data(); local
159 cout << key_string << " : " << data_string << "\n";
/macosx-10.10.1/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java298 String key_string =
302 TestUtils.DEBUGOUT("Got: " + key_string + ": " + data_string);
303 int len = key_string.length();
304 if (len <= 0 || key_string.charAt(len-1) != 'x') {
310 TestUtils.ERR("reread length is bad: expect " + count + " got "+ len + " (" + key_string + ")" );
312 else if (!data_string.equals(key_string)) {
325 if (key_string.charAt(i) != ('0' + i)) {
326 System.out.print(" got " + key_string
327 + " (" + (int)key_string.charAt(i)
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dcpw.c157 if (opt->key_string)
166 if (opt->key_string) {
169 if (parse_des_key (opt->key_string, key_data, &error)) {
171 opt->key_string, error);
H A Dank.c214 * parse the string `key_string' into `key', returning 0 iff succesful.
241 if (opt->key_string)
250 if (opt->key_string) {
253 if (parse_des_key (opt->key_string, key_data, &error)) {
255 opt->key_string, error);
H A Dutil.c713 parse_des_key (const char *key_string, krb5_key_data *key_data, argument
716 const char *p = key_string;
720 if (strlen (key_string) != 16) {
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DAccessExample.cpp157 char *key_string = (char *)key.get_data(); local
159 cout << key_string << " : " << data_string << "\n";
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dparse.y136 %type <val> PL_REQUESTS portstr key_string
366 | ALG_ENC key_string {
397 | ALG_ENC_DESDERIV key_string
418 | ALG_ENC_DES32IV key_string
442 : ALG_AUTH key_string {
479 key_string
/macosx-10.10.1/libxml2-26/libxml2/
H A Drngparser.c117 const xmlChar *key_string; member in struct:_xmlCRelaxNGParserCtxt
232 (str == ctxt->key_string) ||
839 if (token->token == ctxt->key_string) {
1477 ctxt.key_string = xmlDictLookup(ctxt.dict, BAD_CAST "string", -1);
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-Xm.c358 XmString key_string = 0;
386 key_string = XmStringCreateLocalized (val->key);
387 XtSetArg (al [ac], XmNacceleratorText, key_string); ac++;
396 if (key_string)
397 XmStringFree (key_string);
354 XmString key_string = 0; local
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c5000 CFStringRef key_string = (CFStringRef) key; local
5010 if (CFGetTypeID(key_string) != CFStringGetTypeID())
5013 CFDataRef key_data = CreateOidDataFromString(NULL, key_string);
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhxtool.c1326 get_key(opt->key_string,

Completed in 332 milliseconds