Searched defs:in (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DProcessUtil.java6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
101 private static byte[] getBytes(InputStream in) { argument
106 while ((n = in.read(b)) != -1) {
H A DBase64Util.java6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
148 public static void decode(InputStream in, OutputStream out) argument
158 // Read in 4 characters (6 significant bits each)
160 int b = in.read();
185 // Pad chars can only be the 3rd or 4th char in the set
225 public static byte[] decode(InputStream in) argument
229 decode(in, out);
234 public static void decode(String in, OutputStream out) argument
238 new ByteArrayInputStream(in
243 decode(String in) argument
259 encode(InputStream in, Writer out) argument
[all...]
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c8 * use in the OpenSSL Toolkit (http://www.openssl.org/).
17 * Redistribution and use in source and binary forms, with or without
24 * 2. Redistributions in binary form must reproduce the above copyright
25 * notice, this list of conditions and the following disclaimer in
32 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
40 * nor may "OpenSSL" appear in their names without prior written
46 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
145 * Tables for symmetric ciphers and digest mechs found in the pkcs11_kernel
162 * As stated in v2.20, 11.7 Object Management Function, in sectio
2441 pk11_cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h6 * Redistribution and use in source and binary forms, with or without modification,
12 * 2. Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
52 * set to zero. The pointer is pointing to a certain level in the page table
86 /* The shared receive queue is in error. */
107 /* Base address for the receive queue in host memory. */
112 * Log2 size of the receive queue. Maximum number of entries in the receive
138 /* Content pt. not defined in ASIC XML */
174 * QP sending this request. XXX: Should name be own_qp_num as defined in QP
179 * The TSL (Tsu SL) must be matched against the TSL in th
1701 u64 in; member in struct:psif_mbox
[all...]

Completed in 37 milliseconds