null

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

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_des3.c35 * The word 'cryptographic' can be left out if the rouines from the library
92 void des_t4_ede3_cbc_encrypt(const void *inp, void *out, size_t len,
94 void des_t4_ede3_cbc_decrypt(const void *inp, void *out, size_t len,
113 static int des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
118 (DES_cblock *)(out + i),
124 static int des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
128 DES_ede3_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK,
134 out += EVP_MAXCHUNK;
137 DES_ede3_ofb64_encrypt(in, out, (long)inl,
145 static int des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, 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.c98 unsigned char *out, size_t length,
125 void vpaes_encrypt(const unsigned char *in, unsigned char *out,
127 void vpaes_decrypt(const unsigned char *in, unsigned char *out,
131 unsigned char *out,
136 void bsaes_cbc_encrypt(const unsigned char *in, unsigned char *out,
139 void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
142 void bsaes_xts_encrypt(const unsigned char *inp, unsigned char *out,
145 void bsaes_xts_decrypt(const unsigned char *inp, unsigned char *out,
150 void AES_ctr32_encrypt(const unsigned char *in, unsigned char *out,
155 void AES_xts_encrypt(const char *inp, char *out, size_
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
1251 EVP_CIPHER_CTX *out = ptr; local
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
1617 EVP_CIPHER_CTX *out = ptr; local
1723 aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
1796 EVP_CIPHER_CTX *out = ptr; local
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.c280 static int pk11_cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
1337 * the atfork handlers check if the engine is initialized and bail out
1514 * Will use it to find out if we forked. We cannot use the PID field in
2380 * memory for the output buffer "out" to hold the results.
2383 pk11_cipher_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
2409 (unsigned char *)in, inl, out, &outl);
2417 (unsigned char *)in, inl, out, &outl);
2442 * the engine can't find out that it's the finalizing call. We wouldn't
2484 * Registered by the ENGINE when used to find out how to deal with
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h637 /* Manually added spacing to pad out wr */
1068 * is padded out to become a multiple of 64 bytes. The last 4 bytes of every
1099 * QP state information as laid out in system memory. This structure should
1144 /* A hit in the set locally spun out of tsu_cmpl is found. */
1353 /* The timestamp is valid and will indicate when to time out the request.. */
1449 * Set when entering response scheduling mode and cleared when going out of
1466 * using this value to decide if we go into or out of response scheduling
1776 u64 out; member in struct:psif_mbox
1912 /* Manually added spacing to pad out psif_modify_command */
2167 /* Padding out struc
[all...]
H A Dpsif_hw_data_le.h610 /* Manually added spacing to pad out wr */
1042 * is padded out to become a multiple of 64 bytes. The last 4 bytes of every
1073 * QP state information as laid out in system memory. This structure should
1130 /* A hit in the set locally spun out of tsu_cmpl is found. */
1342 /* The timestamp is valid and will indicate when to time out the request.. */
1435 * using this value to decide if we go into or out of response scheduling
1450 * Set when entering response scheduling mode and cleared when going out of
1750 u64 out; member in struct:psif_mbox
1863 /* Manually added spacing to pad out psif_modify_command */
2141 /* Padding out struc
[all...]

Completed in 317 milliseconds