Searched refs:keystr (Results 1 – 9 of 9) sorted by relevance
| /trueos/crypto/openssl/crypto/rc4/ |
| HD | rc4.c | 77 char *infile = NULL, *outfile = NULL, *keystr = NULL; in main() local 98 keystr = *(++argv); in main() 144 if (keystr == NULL) { /* get key */ in main() 151 keystr = buf; in main() 154 EVP_Digest((unsigned char *)keystr, strlen(keystr), md, NULL, EVP_md5(), in main() 156 OPENSSL_cleanse(keystr, strlen(keystr)); in main()
|
| /trueos/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| HD | ioctl.c | 146 char *keystr = PyString_AsString(key); in dict2nvl() local 147 if (keystr == NULL) { in dict2nvl() 155 err = nvlist_add_nvlist(nvl, keystr, valnvl); in dict2nvl() 158 err = nvlist_add_boolean(nvl, keystr); in dict2nvl() 161 err = nvlist_add_string(nvl, keystr, valstr); in dict2nvl() 164 err = nvlist_add_uint64(nvl, keystr, valint); in dict2nvl() 167 err = nvlist_add_boolean_value(nvl, keystr, valbool); in dict2nvl()
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_intres.c | 67 #define ce_keystr ce_config.keystr 169 u_char keystr[MAXFILENAME]; member 402 char *keystr, in addentry() argument 415 keystr); in addentry() 436 strncpy((char *)ce->ce_keystr, keystr, MAXFILENAME); in addentry()
|
| HD | ntp_config.c | 2330 u_char *keystr, in save_resolve() argument 2372 mode, version, minpoll, maxpoll, flags, ttl, keyid, keystr); in save_resolve() 2376 version, minpoll, maxpoll, flags, ttl, keyid, keystr); in save_resolve()
|
| HD | ntp_peer.c | 430 u_char *keystr in peer_config() argument
|
| /trueos/sys/compat/ndis/ |
| HD | subr_ndis.c | 619 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)",
|
| /trueos/contrib/ntp/ntpdc/ |
| HD | layout.std | 238 offsetof(keystr) = 16
|
| /trueos/contrib/ntp/include/ |
| HD | ntp_request.h | 591 char keystr[MAXFILENAME]; /* public key file name*/ member
|
| /trueos/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 1093 NUL on the keystr. 2077 * ntpd/ntp_peer.c (unpeer): Moved keystr cleanup inside ifdef PUBKEY
|