Searched defs:to (Results 1 - 5 of 5) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/converter/
H A DDualConverter.java4 * The contents of this file are subject to the terms of the
29 A revert(B to); argument
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DEditableTableModel.java4 * The contents of this file are subject to the terms of the
38 * Gets the column of a {@link #getTemplateRow template row} to edit
39 * immediately after it is added to the model.
48 void moveRow(int start, int end, int to); argument
54 * the current size, new rows are added to the end of the model. If the new
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DTableSorter.java4 * The contents of this file are subject to the terms of the
48 * A sorter for TableModels. The sorter has a model (conforming to TableModel)
55 * getValueAt(row, col) it redirects them to its model via the mapping
56 * array. That way the TableSorter appears to hold another copy of the table
59 * function returns 0 to denote that they are equivalent.
102 // an optimised model is reusing one object to return many values.
105 // to do this to save space and avoid unnecessary heap allocation.
241 // to research - it may perform poorly in some circumstances. It
244 // arrays. The number of compares appears to var
247 shuttlesort(int from[], int to[], int low, int high) argument
[all...]
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c34 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
109 * During the reinitialization after a detected fork we will try to login to the
117 unsigned char *to, RSA *rsa, int padding);
119 unsigned char *to, RSA *rsa, int padding);
121 unsigned char *to, RSA *rsa, int padding);
123 unsigned char *to, RSA *rsa, int padding);
137 unsigned char *to, RSA *rsa);
139 unsigned char *to, RSA *rsa);
141 unsigned char *to, RS
472 pk11_RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
523 pk11_RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
563 pk11_RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
651 pk11_RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
732 pk11_RSA_public_encrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
789 pk11_RSA_private_encrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
847 pk11_RSA_private_decrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
904 pk11_RSA_public_decrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument
[all...]
H A De_pk11.c34 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
137 * We use this lock to prevent multiple C_Login()s, guard getpassphrase(),
156 * We cache the flags so that we do not have to run C_GetTokenInfo() again when
165 * grouped together to form one atomic search operation. This is already
189 * to use for other sessions. These other sessions may be opened or closed
314 static int pk11_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from);
420 * Structure to be used for the cipher_data/md_data in
421 * EVP_CIPHER_CTX/EVP_MD_CTX structures in order to use the same pk11
431 * libcrypto EVP stuff - this is how we get wired to EVP so the engine gets
469 * get_asn1_parameters fields are set to NUL
2828 pk11_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from) argument
[all...]

Completed in 14 milliseconds