Searched refs:keystr (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4.c77 char *infile = NULL, *outfile = NULL, *keystr = NULL; local
98 keystr = *(++argv);
144 if (keystr == NULL) { /* get key */
151 keystr = buf;
154 EVP_Digest((unsigned char *)keystr, strlen(keystr), md, NULL, EVP_md5(),
156 OPENSSL_cleanse(keystr, strlen(keystr));
/freebsd-9.3-release/crypto/openssl/bugs/
H A Dstream.c85 static char *keystr = "01234567"; local
91 des_set_key((des_cblock *)keystr, ks);
110 static char *keystr = "0123456789abcdef"; local
115 RC4_set_key(&key, 16, keystr);
124 RC4_set_key(&key, 16, keystr);
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-revoke.c85 char keystr[DST_KEY_FORMATSIZE]; local
196 dst_key_format(key, keystr, sizeof(keystr));
199 fprintf(stderr, "%s: %s\n", program, keystr);
204 check_keyversion(key, keystr);
233 dst_key_format(key, keystr, sizeof(keystr));
234 fatal("Failed to write key %s: %s", keystr,
260 dst_key_format(key, keystr, sizeof(keystr));
[all...]
H A Ddnssec-settime.c128 char keystr[DST_KEY_FORMATSIZE]; local
355 char keystr[DST_KEY_FORMATSIZE]; local
381 dst_key_format(prevkey, keystr, sizeof(keystr));
468 dst_key_format(key, keystr, sizeof(keystr));
498 check_keyversion(key, keystr);
501 fprintf(stderr, "%s: %s\n", program, keystr);
521 program, keystr);
526 program, keystr);
[all...]
H A Ddnssec-importkey.c166 char keystr[DST_KEY_FORMATSIZE]; local
168 dst_key_format(key, keystr, sizeof(keystr));
169 fprintf(stderr, "%s: %s\n", program, keystr);
194 char keystr[DST_KEY_FORMATSIZE]; local
241 dst_key_format(key, keystr, sizeof(keystr));
242 fatal("Failed to write key %s: %s", keystr,
H A Ddnssec-dsfromkey.c195 char keystr[DST_KEY_FORMATSIZE]; local
197 dst_key_format(key, keystr, sizeof(keystr));
198 fprintf(stderr, "%s: %s\n", program, keystr);
226 char keystr[DST_KEY_FORMATSIZE]; local
234 dst_key_format(key, keystr, sizeof(keystr));
235 fprintf(stderr, "%s: %s\n", program, keystr);
H A Ddnssectool.h80 check_keyversion(dst_key_t *key, char *keystr);
H A Ddnssec-keygen.c627 char keystr[DST_KEY_FORMATSIZE]; local
667 dst_key_format(prevkey, keystr, sizeof(keystr));
672 keystr, major, minor);
678 "before generating a successor.", keystr);
684 "before generating a successor.", keystr);
694 "prepublication interval.", keystr);
702 "change this.\n", program, keystr);
1026 char keystr[DST_KEY_FORMATSIZE]; local
1027 dst_key_format(key, keystr, sizeo
[all...]
H A Ddnssec-keyfromlabel.c560 char keystr[DST_KEY_FORMATSIZE]; local
561 dst_key_format(key, keystr, sizeof(keystr));
562 fatal("failed to write key %s: %s\n", keystr,
H A Ddnssec-signzone.c270 char keystr[DST_KEY_FORMATSIZE]; local
276 dst_key_format(key, keystr, sizeof(keystr));
277 vbprintf(1, "\t%s %s\n", logmsg, keystr);
290 char keystr[DST_KEY_FORMATSIZE]; local
291 dst_key_format(key, keystr, sizeof(keystr));
293 keystr, isc_result_totext(result));
H A Ddnssectool.c404 check_keyversion(dst_key_t *key, char *keystr) { argument
412 keystr, major, minor);
416 keystr, major, minor);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dauthreadkeys.c145 u_char keystr[32]; /* Bug 2537 */ local
271 jlim = min(len, 2 * sizeof(keystr));
278 keystr[j / 2] |= temp;
280 keystr[j / 2] = temp << 4;
294 memcpy(next->secbuf, keystr, len);
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample.c95 set_key(dns_client_t *client, char *keynamestr, char *keystr, argument
139 result = isc_base64_decodestring(keystr, &keydatabuf);
238 char *keystr = NULL; local
283 keystr = optarg;
335 if (keystr == NULL) {
341 set_key(client, keynamestr, keystr, is_sep, &keymctx);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c146 char *keystr = PyString_AsString(key); local
147 if (keystr == NULL) {
155 err = nvlist_add_nvlist(nvl, keystr, valnvl);
158 err = nvlist_add_boolean(nvl, keystr);
161 err = nvlist_add_string(nvl, keystr, valstr);
164 err = nvlist_add_uint64(nvl, keystr, valint);
167 err = nvlist_add_boolean_value(nvl, keystr, valbool);
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Ddnsconf.c65 const char *keystr, *keynamestr; local
120 keystr = cfg_obj_asstring(cfg_tuple_get(key, "key"));
121 result = isc_base64_decodestring(keystr,
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgssapi_link.c287 gssapi_restore(dst_key_t *key, const char *keystr) { argument
295 len = strlen(keystr);
305 result = isc_base64_decodestring(keystr, b);
H A Ddst_internal.h205 isc_result_t (*restore)(dst_key_t *key, const char *keystr);
H A Ddnssec.c1693 char keystr[DST_KEY_FORMATSIZE]; local
1696 dst_key_format(key->key, keystr, sizeof(keystr));
1698 keystr, ttl);
H A Dtsig.c568 char keystr[4096]; local
578 creatorstr, &inception, &expire, algorithmstr, keystr);
617 ring->mctx, keystr, &dstkey);
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c167 static char *keystr = NULL; variable
533 s = strchr(keystr, ':');
534 if (s == NULL || s == keystr || s[1] == 0)
543 digestbits = parse_hmac(&hmacname, keystr, s - keystr);
546 name = keystr;
566 keystr, isc_result_totext(result));
578 keystr, dns_result_totext(result));
628 keystr = isc_mem_allocate(mctx, len);
629 snprintf(keystr, le
2562 char keystr[DNS_NAME_FORMATSIZE]; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c552 const char *keystr; local
668 keystr = cfg_obj_asstring(key);
669 isc_buffer_constinit(&b, keystr, strlen(keystr));
670 isc_buffer_add(&b, strlen(keystr));
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ndis.c619 char *keystr = NULL; local
639 keystr = as.as_buf;
647 if (strcasecmp(oidp->oid_name, keystr) == 0) {
673 ndis_add_sysctl(sc, keystr, "(dynamic integer key)",
676 ndis_add_sysctl(sc, keystr, "(dynamic string key)",
721 char *keystr = NULL; local
736 keystr = as.as_buf;
750 if (strcasecmp(oidp->oid_name, keystr) == 0) {
759 ndis_add_sysctl(sc, keystr, "(dynamically set key)",
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dst/
H A Ddst.h925 isc_mem_t *mctx, const char *keystr, dst_key_t **keyp);
/freebsd-9.3-release/contrib/ntp/util/
H A Dntp-keygen.c839 u_char keystr[MD5SIZE]; local
872 RAND_bytes(keystr, 20);
874 hexstr[2 * j] = hex[keystr[j] >> 4];
875 hexstr[2 * j + 1] = hex[keystr[j] & 0xf];
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_request.h605 char keystr[128]; /* public key file name */ member in struct:conf_peer

Completed in 200 milliseconds

12