Searched defs:final (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/crypt_modules/bsdmd5/
H A Dbsdmd5.c79 uchar_t final[16]; /* XXX: 16 is some number from the orig source */ local
113 MD5Final(final, &ctx1);
115 MD5Update(&ctx, final, pl > 16 ? 16 : pl);
118 (void) memset(final, 0, sizeof (final));
123 MD5Update(&ctx, final, 1);
134 MD5Final(final, &ctx);
147 MD5Update(&ctx1, final, 16);
157 MD5Update(&ctx1, final, 16);
161 MD5Final(final,
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_fru.c427 libzfs_fru_clear(libzfs_handle_t *hdl, boolean_t final) argument
446 if (final) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Diso.multibyte.c52 #define FINAL 0x33 /* Temporary final character */
61 char final; /* final character */ member in struct:state
143 if (ch < 0x30) /* ch should be a final character */
155 _des_states[i].final = ch;
174 if (ch < 0x30) /* ch should be a final character */
186 _des_states[i].final = ch;
225 if (ch < 0x30) /* ch should be a final character */
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c325 void (*update)(), void (*final)(), uchar_t flag)
390 final(digest, dctx);
324 crypto_digest_data(crypto_data_t *data, void *dctx, uchar_t *digest, void (*update)(), void (*final)(), uchar_t flag) argument
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c353 boolean_t final; local
364 final = B_TRUE;
367 final = B_FALSE;
387 if (final) {
403 } while (!final);
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c294 int i, j, k, cnt, final, nattrs, tmpint, nprincs; local
313 final = -1;
365 ULOG_ENTRY_TYPE(upd, ++final).av_type =
367 ULOG_ENTRY(upd, final).av_attrflags =
374 ULOG_ENTRY_TYPE(upd, ++final).av_type =
376 ULOG_ENTRY(upd, final).av_max_life =
383 ULOG_ENTRY_TYPE(upd, ++final).av_type =
386 final).av_max_renew_life =
393 ULOG_ENTRY_TYPE(upd, ++final).av_type =
395 ULOG_ENTRY(upd, final)
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c41 int final:1; /* Indicate don't search next file */ member in struct:profile_node
196 * Set the final flag on a particular node.
202 node->final = 1;
207 * Check the final flag on a node
211 return (node->final != 0);
551 if (p->final)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c1601 int i, cnt, final; local
1604 final = strlen(mapto) - strlen(cap);
1606 for (i=0; i <= final; i++)
1609 && (i == final || !wordch(&mapto[i+strlen(cap)]))) /* suffix ok */
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1494 int final = 0; local
1515 final += res;
1519 return (res == -1 ? -1 : final);
H A Dclnt_vc.c1396 int final = 0; local
1421 final += res;
1425 return (final);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c853 * This currently processes the final data sequence denoted by the data response
870 /* should only call this when the data rsp contains final rsp */
1578 boolean_t final = B_FALSE; local
1592 /* update local final response flag */
1594 final = B_TRUE;
1604 if (((final == B_TRUE) && (ithp->ttt != ISCSI_RSVD_TASK_TAG)) ||
1605 ((final == B_FALSE) && (ithp->ttt == ISCSI_RSVD_TASK_TAG))) {
1617 (final == B_FALSE)) {
1661 if (final == B_TRUE) {
/illumos-gate/usr/src/lib/hbaapi/common/
H A Dhbaapi.h442 HBA_BOOLEAN final; member in struct:HBA_LibraryAttributes
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c871 * and "=" operators results in the final value.
879 struct sysparam *entry, *final; local
891 final = sysp;
904 final = entry;
906 final->sys_flags |= SYSPARAM_TERM;
911 sysparam_print_warning(final, value);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h444 HBA_BOOLEAN final; member in struct:HBA_LibraryAttributes
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3059 int (*final)(crypto_context_t, crypto_data_t *, crypto_call_req_t *))
3124 ASSERT(final == crypto_encrypt_final ||
3125 final == crypto_decrypt_final || final == crypto_sign_final ||
3126 final == crypto_digest_final);
3128 if (final == crypto_encrypt_final) {
3130 } else if (final == crypto_decrypt_final) {
3132 } else if (final == crypto_sign_final) {
3138 rv = (final)(*ctxpp, &encr, NULL);
4200 * Can't use the common final becaus
3058 common_final(dev_t dev, caddr_t arg, int mode, int (*final)(crypto_context_t, crypto_data_t *, crypto_call_req_t *)) argument
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c595 /* command conforming to the final spec */
1432 * final step now.
1766 list2file(char *root, char *tmp, char *final, line_t *start) argument
1780 (void) snprintf(path, sizeof (path), "%s%s", root, final);

Completed in 183 milliseconds