/illumos-gate/usr/src/cmd/ast/msgcc/ |
H A D | msgcc.sh | 84 keys() function 86 $1 --??keys -- 2>&1 | grep '^".*"$' 260 keys $__a1__ 290 do keys ${__cmdv__[__i__]}
|
H A D | msgcpp.c | 39 " [+cmd \acommand\a?\acommand\a is a candidate for \b--??keys\b" 97 static struct ppkeyword keys[] = variable in typeref:struct:ppkeyword 169 ppop(PP_COMPILE, keys);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_nsl_tmpl.c | 40 * keys based on the DH common key given the ALGTYPE and KEYLEN. That 51 des_block keys[], int keynum) 54 MODULUS, keys, keynum); 50 __dl_gen_common_dhkeys(char *xpublic, char *xsecret, des_block keys[], int keynum) argument
|
H A D | generic_key.c | 102 __generic_gen_dhkeys(int keylen, /* Size of keys in bits */ 152 /* We get the private keys as private key modulo the modulus */ 180 * Given a key extract keynum des keys 183 extractdeskeys(MINT *ck, int keylen, des_block keys[], int keynum) argument 190 /* len is the total number of bits we need for keynum des keys */ 201 * the middle bits of the key for the bits in our DES keys. 208 * into the array of DES keys. 210 k = (char *)keys; 222 des_setparity((char *)&keys[i]); 224 des_setparity_g(&keys[ 240 __generic_common_dhkeys(char *pkey, char *skey, int keylen, char *xmodulus, des_block keys[], int keynum ) argument [all...] |
/illumos-gate/usr/src/lib/print/libipp-listener/common/ |
H A D | create-job.c | 47 char *keys[] = { "attributes-natural-language", "attributes-charset", local 81 split_and_copy_attributes(keys, operational, NULL, &job_attributes);
|
H A D | validate-job.c | 50 char *keys[] = { "attributes-natural-language", "attributes-charset", local 82 split_and_copy_attributes(keys, operational, NULL, &job_attributes);
|
H A D | send-document.c | 56 char *keys[] = { "attributes-natural-language", "attributes-charset", local 97 split_and_copy_attributes(keys, operational, NULL, &job_attributes);
|
H A D | print-job.c | 55 char *keys[] = { "attributes-natural-language", "attributes-charset", local 87 split_and_copy_attributes(keys, operational, NULL, &job_attributes);
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | newkey.c | 61 _KEY_MAP **keys, *key_info, local 68 (((keys = (_KEY_MAP **) malloc(sizeof (_KEY_MAP *) * 77 free(keys); 87 (void) memcpy((char *) keys, (char *) prev_keys, 89 keys[*numkeys] = key_info; 93 (void) memcpy((char *) keys, (char *) prev_keys, 95 (void) memcpy((char *) &(keys[*first + 1]), 98 keys[(*first)++] = key_info; 103 cur_term->_keys = keys;
|
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | set.c | 151 set_match(set_t * set_p, const char *name, const char *keys) argument 156 return (expr_match(set_p->exprlist_p, name, keys));
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | MICwrap.c | 44 * session keys). the message with the given qop and return 62 dh_key_set keys; local 83 /* Package the context session keys in a key_set for __make_token */ 84 keys.dh_key_set_len = cntx->no_keys; 85 keys.dh_key_set_val = cntx->keys; 100 * non serialized tok and the context keys. 102 if ((*minor = __make_token(token, message, &tok, &keys)) 132 dh_key_set keys; local 150 /* Package up the context session keys i 226 dh_key_set keys; local 317 dh_key_set keys; local [all...] |
H A D | token.c | 119 dh_key_set_t keys /* The session keys to sign the token */) 193 if ((stat = __xdr_encode_token(&xdrs, NULL, token, keys)) 215 dh_key_set_t keys /* The keys to encrypt the check sum with */) 246 if ((stat = __xdr_encode_token(&xdrs, msg, token, keys)) 382 * session keys established, so that keys is null. The unencrypted 384 * caller can then attempt to decrypt the session keys in token 385 * and encrypt the returned sig with those keys t 445 __xdr_encode_token(register XDR *xdrs, gss_buffer_t msg, dh_token_desc *objp, dh_key_set_t keys) argument 492 __xdr_decode_token(register XDR *xdrs, gss_buffer_t msg, dh_token_desc *objp, dh_key_set_t keys, dh_signature_t sig) argument [all...] |
H A D | context_establish.c | 164 dh_key_set keys; local 181 /* Package the context session keys into a key_set */ 182 keys.dh_key_set_len = ctx->no_keys; 183 keys.dh_key_set_val = ctx->keys; 186 return (__make_token(output, NULL, &token, &keys)); 251 * establish_session_keys: This routine decrypts the session keys supplied 252 * and uses those keys to verifiy the signature over the input token 257 dh_key_set_t keys, dh_signature_t sig, dh_token_t token) 267 * mechanism uses a cache of public keys, the 256 establish_session_keys(dh_context_t dhctx, const char *remote, dh_key_set_t keys, dh_signature_t sig, dh_token_t token) argument 595 dh_key_set keys, ukeys; /* encrypted and unencrypted keys */ local 804 dh_key_set keys; local [all...] |
H A D | dh_gssapi.h | 68 * This function pointer will encrypt the set of supplied session keys 77 * This function decrypts the set of session keys from remote. It 84 * will be set to non zero if the session keys were decrypted using 91 * This entry point is used to generate a block of session keys 163 int no_keys; /* Number of session keys (currently 3) */ 164 des_block *keys; /* The session keys */ member in struct:dh_gss_context_desc
|
/illumos-gate/usr/src/cmd/print/lpget/ |
H A D | lpget.c | 73 display_value(ns_printer_t *printer, char *name, char **keys) argument 80 if (keys != NULL) { 81 while (*keys != NULL) { 82 char *string = ns_get_value_string(*keys, 84 rc += display_kvp(*keys, string); 85 keys++; 120 char **keys = NULL; local 141 keys = (char **)list_append((void **)keys, 164 (*printers)->name, keys); [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | ksslutil.c | 50 KMF_RAW_KEY_DATA *keys; local 55 keys = NULL; 68 &ncerts, &keys, &nkeys); 83 if (keys != NULL) { 85 kmf_free_raw_key(&keys[i]); 86 free(keys); 88 keys = NULL; 91 *rsa = keys; 97 * Parse a PEM file which should contain RSA private keys and 109 KMF_RAW_KEY_DATA *keys; local [all...] |
/illumos-gate/usr/src/cmd/krb5/kadmin/server/ |
H A D | misc.c | 43 * keepold (input) whether to preserve old keys 88 * keepold (input) whether to preserve old keys 108 krb5_keyblock **keys, int *n_keys) 118 keys, n_keys); 140 krb5_keyblock ** keys, int *n_keys) 149 return kadm5_randkey_principal(server_handle, princ, keys, n_keys); 103 randkey_principal_wrapper_3(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **keys, int *n_keys) argument 139 randkey_principal_wrapper(void *server_handle, krb5_principal princ, krb5_keyblock ** keys, int *n_keys) argument
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_layout.c | 37 static const struct tbl_phrase keys[] = { variable in typeref:struct:tbl_phrase 50 #define KEYS_MAX ((int)(sizeof(keys)/sizeof(keys[0]))) 217 if (tolower((unsigned char)p[*pos]) == keys[i].name) 226 c = keys[i].key;
|
H A D | tbl_opts.c | 41 static const struct tbl_phrase keys[] = { variable in typeref:struct:tbl_phrase 59 #define KEY_MAXKEYS ((int)(sizeof(keys)/sizeof(keys[0]))) 106 tbl->parse, ln, *pos, keys[key].name); 110 keys[key].name, want, len); 154 (strncasecmp(p + pos, keys[i].name, len) || 155 keys[i].name[len] != '\0')) 168 if (keys[i].key) 169 tbl->opts.opts |= keys[i].key;
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypmatch.c | 47 * -k switch prints keys as well as values. The -x switch may be used 75 static char **keys = NULL; variable 84 -k prints keys as well as values.\n\ 189 keys = argv; 221 * This traverses the list of argument keys. 233 error = match_one(keys[n], &val, &len); 236 print_one(keys[n], val, len); 251 * in the keys, this retrys the match request including the NULL if the key
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_hashitem.h | 66 __nis_hash_item_mt *keys[64]; member in struct:__anon3629
|
/illumos-gate/usr/src/lib/libnsl/des/ |
H A D | des_crypt.c | 169 desN_crypt(des_block keys[], int keynum, char *buf, unsigned int len, argument 183 stat = cbc_crypt(keys[j].c, buf, len, m | flags, ivec); 196 stat = cbc_crypt(keys[0].c, buf, len, mode, ivec); 207 __cbc_triple_crypt(des_block keys[], char *buf, uint_t len, argument 210 return (desN_crypt(keys, 3, buf, len, mode, ivec));
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | getexec.c | 109 char keys[1024]; local 112 len = snprintf(keys, sizeof (keys), "%s:%s:%s:%s:%d", 116 return (db_gethash(keys, len, htsize));
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Expression.java | 139 * supplied keys. 141 * @param keys Array of valid key strings. 145 * a member of the keys array. 147 protected static void validateKeyword(String keys[], String key) argument 150 for (int i = 0; i < keys.length; i++) { 151 if (keys[i].compareTo(key) == 0) 204 * The array of valid keys for this type of expression. 206 private static final String keys[] = { "utilization" }; field in class:KVOpExpression 262 validateKeyword(keys, m.group(3)); 397 * The array of valid keys fo 399 private static final String keys[] = { "locality" }; field in class:KVExpression 552 private static final String keys[] = { "wt-load" }; field in class:KExpression [all...] |
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv1.c | 31 * gives record pointer items and keys. Generates set of files 51 long keys; local 77 case 'd': /* keep keys on file .id for check on searching */ 152 whash(fta, fa, fb, nhash, iflong, &keys, &hashes); 163 keys, hashes, docs);
|