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

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_des3.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
84 * assembler support was in general requested... */
114 const unsigned char *in, size_
113 des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
124 des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
145 des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
181 des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
205 des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
224 des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
H A De_aes.c4 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in
19 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
27 * nor may "OpenSSL" appear in their names without prior written
33 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
97 void (*stream) (const unsigned char *in,
125 void vpaes_encrypt(const unsigned char *in, unsigned char *out,
127 void vpaes_decrypt(const unsigned char *in, unsigned char *out,
130 void vpaes_cbc_encrypt(const unsigned char *in,
298 aesni_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
306 aesni_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1013 aes_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1032 aes_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1048 aes_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1058 aes_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1068 aes_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1078 aes_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1101 aes_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1355 aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1473 aes_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1723 aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1854 aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
[all...]
/solaris-userland/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/)"
142 * As stated in v2.20, 11.7 Object Management Function, in section for
144 * time in
2383 pk11_cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
65 * is set in the index field. Values returned maches description in PortInfo (See IB specification
66 * 1.3 vol1 chapter 14.2.5.6), except for active speed which will return values as defined in
70 * \par Used in
71 * the parameter for the PSIF_QUERY sub-operation EPSC_QUERY_PORT_INFO - vHCA IB portnumber set in index field
124 * set to zero. The pointer is pointing to a certain level in the page table
158 /* The shared receive queue is in erro
1773 u64 in; member in struct:psif_mbox
[all...]
H A Dpsif_hw_data_le.h6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
88 * set to zero. The pointer is pointing to a certain level in the page table
123 /* The shared receive queue is in error. */
134 /* Base address for the receive queue in host memory. */
155 * Log2 size of the receive queue. Maximum number of entries in the receive
164 /* Content pt. not defined in ASIC XML */
198 * request in the send queue.
201 /* Length (number of bytes of valid data in th
1747 u64 in; member in struct:psif_mbox
[all...]

Completed in 67 milliseconds