Searched defs:Update (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c341 * Update: boolean flag indicates caller is soft_decrypt
354 CK_ULONG_PTR pulDataLen, boolean_t Update)
376 ulEncryptedLen, pData, pulDataLen, Update));
391 ulEncryptedLen, pData, pulDataLen, Update));
401 ulEncryptedLen, pData, pulDataLen, Update));
352 soft_decrypt_common(soft_session_t *session_p, CK_BYTE_PTR pEncrypted, CK_ULONG ulEncryptedLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen, boolean_t Update) argument
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c260 * Performs an Update on a context with uio input data.
296 SKEIN_OP(ctx, Update, (uint8_t *)uio->uio_iov[vec_idx].iov_base
388 * Performs an Update on a context with mblk input data.
413 SKEIN_OP(ctx, Update, mp->b_rptr + offset, cur_len);
559 * Performs a skein Update with the input message in `data' (successive calls
573 SKEIN_OP(SKEIN_CTX(ctx), Update, local
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java742 this.ThrowOnErr( this.Update( flags, rData, ttl));
760 protected native int Update( int flags, byte[] rData, int ttl); method in class:AppleDNSRecord
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c116 CK_RV (*Update)(CK_SESSION_HANDLE, CK_BYTE_PTR, CK_ULONG, CK_BYTE_PTR, member in struct:CommandInfo
1076 rv = cmd->Update(hSession, databuf, (CK_ULONG)nread,
1098 rv = cmd->Update(hSession, databuf, (CK_ULONG)nread,
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c120 enum copy_update {Copy = 0, Update}; enumerator in enum:copy_update
2289 dsw_error(gettext("Update of config failed"), NULL);
2493 if (update_mode == Update)
2549 update_mode == Update ? gettext("update") : gettext("copy"),
2567 (void) sprintf(buf, gettext("Update failed"));
2572 (void) sprintf(buf, gettext("Update of %s failed"),
2606 if (update_mode == Update)
2650 update_mode == Update ? gettext("update") : gettext("copy"),
2669 update_mode == Update ?
2678 update_mode == Update
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dncsi_basic_types.h135 u8_t Update; member in struct:NcsiVersion
145 u8_t Update;
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h689 * Update state - used to traverse complex objects such as packages
821 ACPI_UPDATE_STATE Update; member in union:acpi_generic_state

Completed in 214 milliseconds