Searched refs:in_data (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/liblzf-3.4/
H A Dlzf.h57 * in_data and write the result to out_data, up to a maximum length
81 lzf_compress (const void *const in_data, unsigned int in_len,
86 * function and stored at location in_data and length in_len. The result
100 lzf_decompress (const void *const in_data, unsigned int in_len,
H A Dlzf_d.c57 lzf_decompress (const void *const in_data, unsigned int in_len, argument
60 u8 const *ip = (const u8 *)in_data;
H A Dlzf_c.c103 lzf_compress (const void *const in_data, unsigned int in_len, argument
114 const u8 *ip = (const u8 *)in_data;
166 && ref > (u8 *)in_data
/vbox/src/libs/liblzf-3.4/cs/
H A DCLZF.cs153 public int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) argument
169 UInt32 hval = FRST (in_data,iidx);
177 hval = NEXT (hval, in_data,iidx);
185 && in_data[reference+0] == in_data[iidx+0]
186 && in_data[reference+1] == in_data[iidx+1]
187 && in_data[reference+2] == in_data[iidx+2]
200 while (len < maxlen && in_data[referenc
277 lzf_decompress( byte[] in_data, int in_len, byte[] out_data, int out_len) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dcrypto.h205 int RSA_decrypt(const RSA_CTX *ctx, const uint8_t *in_data, uint8_t *out_data,
212 int RSA_encrypt(const RSA_CTX *ctx, const uint8_t *in_data, uint16_t in_len,
/vbox/src/VBox/RDP/client-1.8.3/
H A Dssl.h59 void rdssl_rc4_crypt(RDSSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len);
H A Dssl.c76 rdssl_rc4_crypt(RDSSL_RC4 * rc4, uint8 * in_data, uint8 * out_data, uint32 len) argument
78 RC4(rc4, len, in_data, out_data);

Completed in 486 milliseconds