Home
last modified time | relevance | path

Searched refs:input (Results 76 – 100 of 493) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l34 #ifdef input
35 #undef input
43 static int input();
351 c = input();
379 c = input();
426 c = input();
439 c = input();
452 c = input();
465 c = input();
781 c = input();
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Draw.h32 size_t input, size_t *length);
39 const krb5_data *ivec, const krb5_data *input,
47 const krb5_data *ivec, const krb5_data *input,
H A Dold.h37 size_t input, size_t *length);
44 const krb5_data *ivec, const krb5_data *input,
52 const krb5_data *ivec, const krb5_data *input,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_crc32.c34 unsigned int icount, krb5_const krb5_data *input, in k5_crc32_hash() argument
45 mit_crc32(input[i].data, input[i].length, &cn); in k5_crc32_hash()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dold_api_glue.c213 krb5_data input; in krb5_calculate_checksum() local
219 input.data = (char*)in; in krb5_calculate_checksum()
220 input.length = in_length; in krb5_calculate_checksum()
226 if ((ret = krb5_c_make_checksum(context, ctype, &key, 0, &input, &cksum))) in krb5_calculate_checksum()
251 krb5_data input; in krb5_verify_checksum() local
257 input.data = (char*)in; in krb5_verify_checksum()
258 input.length = in_length; in krb5_verify_checksum()
264 if ((ret = krb5_c_verify_checksum(context, &key, 0, &input, cksum, in krb5_verify_checksum()
/illumos-gate/usr/src/lib/krb5/ss/
H A Dlisten.c141 char *input; local
253 input = gl_get_line(gl, info->prompt, NULL, -1);
270 cp = strchr(input, '\n');
273 if (cp == input)
281 for (end = input; *end; end++)
284 code = ss_execute_line (sci_idx, input);
286 register char *c = input;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Dk5_kmd5des.c63 krb5_const krb5_data *input, krb5_data *output) in k5_md5des_hash() argument
94 hash_input[1].data = input->data; in k5_md5des_hash()
95 hash_input[1].length = input->length; in k5_md5des_hash()
158 krb5_const krb5_data *input, in k5_md5des_verify() argument
235 hash_input[i].data = input->data; in k5_md5des_verify()
236 hash_input[i].length = input->length; in k5_md5des_verify()
H A Ddescbc.c47 krb5_const krb5_data *input, krb5_data *output) in k5_descbc_hash() argument
54 if ((input->length%8) != 0) in k5_descbc_hash()
65 ivec ? (krb5_data *)ivec : &zero_ivec, input, output); in k5_descbc_hash()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/old/
H A Dold_encrypt.c58 const krb5_data *input, in krb5_old_encrypt() argument
69 krb5_old_encrypt_length(enc, hash, input->length, &enclen); in krb5_old_encrypt()
85 (void) memcpy(output->data+blocksize+hashsize, input->data, input->length); in krb5_old_encrypt()
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c141 FILE *input; local
160 input = 0;
185 if (input)
187 if (!(input = fopen(optarg, "r"))) {
252 return ((*action)(filter, input));
259 int add_filter (filter, input) in add_filter() argument
261 FILE *input;
290 if (!input)
291 input = stdin;
298 while (fgets(buf, sizeof(buf), input) != NULL) {
[all …]
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c294 bcopy(input, &ctx->buf_un.buf8[buf_index], buf_len); in MD5Update()
310 ctx->state[2], ctx->state[3], ctx, &input[i]); in MD5Update()
315 md5_block_asm_host_order(ctx, &input[i], block_count); in MD5Update()
388 MD5Update(&context, input, inlen); in md5_calc()
671 bcopy(input + i, output + j, 4); in Encode()
672 else *(uint32_t *)(output + j) = input[i]; in Encode()
675 *(uint32_t *)(output + j) = input[i]; in Encode()
680 output[j] = input[i] & 0xff; in Encode()
681 output[j + 1] = (input[i] >> 8) & 0xff; in Encode()
682 output[j + 2] = (input[i] >> 16) & 0xff; in Encode()
[all …]
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf28 # This script appends the input file from the package to the
31 # The syntax of the input file is
46 # For multiple input files; exit if error occurred in previous
47 # input file.
81 # Check the input file syntax (should at least contain
82 # ":module_path="). Then append the input entries with the
H A Di.pkcs11conf29 # This script appends the input file from the package to the
32 # The syntax of the input file is <file_name>
48 # For multiple input files; exit if error occurred in previous
49 # input file.
83 # Check the input file syntax (each line should start with /)
84 # and append the input entries with the package delimiters.
H A Di.kcfconf29 # This script appends the input file from the package to the
32 # The syntax of the input file for a kernel software provider package is
39 # The syntax of the input file for a cryptographic provider device driver(s)
57 # For multiple input files; exit if error occurred in previous
58 # input file.
92 # Check the input file syntax and append the input entries
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dk5_md5des.c51 const krb5_data *input, krb5_data *output) in k5_md5des_hash() argument
119 (CK_BYTE_PTR)input->data, (CK_ULONG)input->length)) != CKR_OK) { in k5_md5des_hash()
157 krb5_const krb5_data *input, in k5_md5des_verify() argument
246 (CK_BYTE_PTR)input->data, (CK_ULONG)input->length)) != CKR_OK) { in k5_md5des_verify()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_006_pos.ksh74 for input in $VOL_R_PATH /dev/zvol/rdsk/$clone; do
75 log_must eval "dd if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
77 log_fail "$input gets corrupted after rename operation."
/illumos-gate/usr/src/lib/crypt_modules/sha256/
H A Dtest.c32 const char *input; member
63 const char *input; member
118 tests2[cnt].input, tests2[cnt].salt, NULL); in main()
/illumos-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c70 char input[PAM_MAX_RESP_SIZE + 1]; in getinput() local
90 input[i++] = (char)c; in getinput()
94 input[i] = '\0'; in getinput()
104 return (strdup(input)); in getinput()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Dchecksum.c113 krb5_dk_make_checksum(context, hash, key, usage, input, output) in krb5_dk_make_checksum() argument
118 krb5_const krb5_data *input;
152 input, output))) {
157 if ((ret = krb5_hmac(context, hash, cksum_key, 1, input, output)) != 0) {
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c39 static FILE *input = stdin; variable
102 input = stdin; in reset_scanner()
104 if (input != stdin) in reset_scanner()
105 (void) fclose(input); in reset_scanner()
106 if ((input = fopen(fname, "r")) == NULL) { in reset_scanner()
132 c = getc(input); in scanc()
146 if (ungetc(c, input) < 0) { in unscanc()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c73 static void ParseUsername(char *input, char *user, char *host);
301 ParseUsername(char *input, char *user, char *host) in ParseUsername() argument
305 if ((cp = strchr(input, '@')) != NULL) { in ParseUsername()
309 (void) strlcpy(user, input, MAXUSERLEN + 1); in ParseUsername()
311 } else if ((cp = strchr(input, '!')) != NULL) { in ParseUsername()
315 (void) strlcpy(host, input, MAXHOSTLEN + 1); in ParseUsername()
319 (void) strlcpy(user, input, MAXUSERLEN + 1); in ParseUsername()
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c104 g_free(r->input); in del_run_request()
257 if (r->input != NULL) { in run_request_run()
284 if (r->input) { in run_request_run()
285 if (write(stdin_v, r->input, strlen(r->input)) != (ssize_t) strlen(r->input)) in run_request_run()
286 printf("Warning: Error while writing r->input (%s) to stdin_v.\n", r->input); in run_request_run()
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c195 nvlist_t *input = fnvlist_alloc(); in lzc_ioctl_test() local
202 fnvlist_add_nvpair(input, pair); in lzc_ioctl_test()
208 fnvlist_add_nvpair(input, pair); in lzc_ioctl_test()
216 fnvlist_add_nvlist(input, "optional", future); in lzc_ioctl_test()
217 lzc_ioctl_run(ioc, name, input, expected_error); in lzc_ioctl_test()
219 fnvlist_remove(input, "optional"); in lzc_ioctl_test()
227 fnvlist_remove(input, "bogus_input"); in lzc_ioctl_test()
255 fnvlist_remove_nvpair(input, pair); in lzc_ioctl_test()
259 fnvlist_add_uint64(input, pname, 42); in lzc_ioctl_test()
262 fnvlist_add_string(input, pname, "bogus"); in lzc_ioctl_test()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dpartition.c154 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
159 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
172 i64 = input(FIO_INT64, "Enter new starting Sector", ':', in change_partition()
179 j64 = input(FIO_EFI, "Enter partition size", ':', &ioparam, in change_partition()
214 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
219 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
253 i = (uint_t)input(FIO_INT, "Enter new starting cyl", ':', &ioparam, in change_partition()
265 j = (uint_t)input(FIO_ECYL, "Enter partition size", ':', &ioparam, in change_partition()
H A Dmenu_defect.c271 type = input(FIO_INT, "Select input format (enter its number)", ':', in d_add()
287 bn = input(FIO_BN, "Enter defective block number", ':', in d_add()
300 def.cyl = input(FIO_INT, in d_add()
304 def.head = input(FIO_INT, "Enter defect's head number", in d_add()
307 def.bfi = input(FIO_INT, "Enter defect's bytes-from-index", in d_add()
318 def.nbits = input(FIO_INT, "Enter defect's length (in bits)", in d_add()
389 num = input(FIO_INT, "Specify defect to be deleted (enter its number)", in d_delete()
553 str = (char *)(uintptr_t)input(FIO_OSTR, "Enter name of defect file", in d_dump()
618 str = (char *)(uintptr_t)input(FIO_OSTR, "Enter name of defect file", in d_load()

12345678910>>...20