Searched refs:ctmp (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c132 CONF ctmp; local
135 CONF_set_nconf(&ctmp, conf);
137 ret = NCONF_load_bio(&ctmp, bp, eline);
139 return ctmp.data;
152 CONF ctmp; local
153 CONF_set_nconf(&ctmp, conf);
154 return NCONF_get_section(&ctmp, section);
167 CONF ctmp; local
168 CONF_set_nconf(&ctmp, conf);
169 return NCONF_get_string(&ctmp, grou
185 CONF ctmp; local
200 CONF ctmp; local
223 CONF ctmp; local
[all...]
/freebsd-10.0-release/sys/libkern/
H A Diconv_xlat16.c122 uint16_t c1, c2, ctmp; local
138 ctmp = 0;
151 ctmp = towlower(((u_char)*src << 8) | (u_char)*(src + 1),
154 ctmp = towupper(((u_char)*src << 8) | (u_char)*(src + 1),
156 if (ctmp) {
157 c1 = C2I1(ctmp);
158 c2 = C2I2(ctmp);
178 ctmp = towlower((u_char)*src, dp->f_ctp);
180 ctmp = (u_char)(code >> 16);
183 ctmp
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c461 CONF ctmp; local
462 CONF_set_nconf(&ctmp, conf);
463 return X509V3_EXT_nconf(&ctmp, ctx, name, value);
471 CONF ctmp; local
472 CONF_set_nconf(&ctmp, conf);
473 return X509V3_EXT_nconf_nid(&ctmp, ctx, ext_nid, value);
502 CONF ctmp; local
503 CONF_set_nconf(&ctmp, conf);
504 return X509V3_EXT_add_nconf(&ctmp, ctx, section, cert);
512 CONF ctmp; local
522 CONF ctmp; local
[all...]
H A Dv3_info.c139 CONF_VALUE *cnf, ctmp;
160 ctmp.name = ptmp + 1;
161 ctmp.value = cnf->value;
162 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
/freebsd-10.0-release/libexec/rbootd/
H A Dutils.c277 CLIENT *ctmp; local
279 if ((ctmp = (CLIENT *) malloc(sizeof(CLIENT))) == NULL) {
285 memset(ctmp, 0, sizeof(CLIENT));
286 memmove(&ctmp->addr[0], addr, RMP_ADDRLEN);
287 return(ctmp);
309 CLIENT *ctmp; local
312 ctmp = Clients;
314 FreeClient(ctmp);
H A Drbootd.c348 CLIENT *ctmp; local
350 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next)
352 (char *)&ctmp->addr[0], RMP_ADDRLEN) == 0)
355 return(ctmp);
/freebsd-10.0-release/crypto/openssl/apps/
H A Drsautl.c271 unsigned char ctmp; local
273 ctmp = rsa_in[i];
275 rsa_in[rsa_inlen - 1 - i] = ctmp;
H A Dpkeyutl.c319 unsigned char ctmp; local
323 ctmp = buf_in[i];
325 buf_in[l - 1 - i] = ctmp;
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_ciph.c498 SSL_COMP ctmp; local
504 ctmp.id=s->compress_meth;
507 i=sk_SSL_COMP_find(ssl_comp_methods,&ctmp);
1790 SSL_COMP *ctmp; local
1797 ctmp=sk_SSL_COMP_value(sk,i);
1798 if (ctmp->id == n)
1799 return(ctmp);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c3163 char *ctmp; local
3175 if ((ctmp = os_strchr(cmd + 6, '-')) == NULL) {
3183 id2 = atoi(ctmp + 1);
3244 if ((ctmp = os_strstr(cmd, "MASK=")) != NULL) {
3245 mask = strtoul(ctmp + 5, NULL, 0x10);

Completed in 94 milliseconds