Home
last modified time | relevance | path

Searched refs:ilen (Results 1 - 22 of 22) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dmd5.h128 * \param ilen length of the input data
139 size_t ilen );
200 * \param ilen length of the input data
209 size_t ilen );
250 * \param ilen length of the input data
261 size_t ilen,
276 * \param ilen length of the input data
285 size_t ilen,
H A Dmd4.h128 * \param ilen length of the input data
139 size_t ilen );
200 * \param ilen length of the input data
209 size_t ilen );
250 * \param ilen length of the input data
261 size_t ilen,
276 * \param ilen length of the input data
285 size_t ilen,
H A Dmd2.h129 * \param ilen length of the input data
140 size_t ilen );
199 * \param ilen length of the input data
208 size_t ilen );
247 * \param ilen length of the input data
256 size_t ilen,
271 * \param ilen length of the input data
280 size_t ilen,
H A Dsha1.h143 * This must be a readable buffer of length \p ilen Bytes.
144 * \param ilen The length of the input data \p input in Bytes.
151 size_t ilen );
223 * This must be a readable buffer of length \p ilen Bytes.
224 * \param ilen The length of the input data \p input in Bytes.
229 size_t ilen );
283 * This must be a readable buffer of length \p ilen Bytes.
284 * \param ilen The length of the input data \p input in Bytes.
293 size_t ilen,
318 * This must be a readable buffer of length \p ilen Byte
[all...]
H A Dripemd160.h100 * \param ilen length of the input data
106 size_t ilen );
153 * \param ilen length of the input data
158 size_t ilen );
191 * \param ilen length of the input data
197 size_t ilen,
212 * \param ilen length of the input data
216 size_t ilen,
H A Dsha512.h118 * be a readable buffer of length \p ilen Bytes.
119 * \param ilen The length of the input data in Bytes.
126 size_t ilen );
185 * buffer of length \p ilen Bytes.
186 * \param ilen The length of the input data in Bytes.
190 size_t ilen );
235 * a readable buffer of length \p ilen Bytes.
236 * \param ilen The length of the input data in Bytes.
246 size_t ilen,
270 * readable buffer of length \p ilen Byte
[all...]
H A Dsha256.h117 * buffer of length \p ilen Bytes.
118 * \param ilen The length of the input data in Bytes.
125 size_t ilen );
185 * buffer of length \p ilen Bytes.
186 * \param ilen The length of the input data in Bytes.
190 size_t ilen );
234 * buffer of length \p ilen Bytes.
235 * \param ilen The length of the input data in Bytes.
242 size_t ilen,
266 * buffer of length \p ilen Byte
[all...]
H A Dmd.h284 * \param ilen The length of the input data.
290 int mbedtls_md_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen );
323 * \param ilen The length of the input data.
330 int mbedtls_md( const mbedtls_md_info_t *md_info, const unsigned char *input, size_t ilen,
389 * \param ilen The length of the input data.
396 size_t ilen );
450 * \param ilen The length of the input data.
458 const unsigned char *input, size_t ilen,
H A Dcipher.h302 int (*get_padding)( unsigned char *input, size_t ilen, size_t *data_len );
662 * mbedtls_cipher_finish(), must have \p ilen as a
668 * readable buffer of at least \p ilen Bytes.
669 * \param ilen The length of the input data.
671 * hold at least `ilen + block_size`. This must not be the
685 size_t ilen, unsigned char *output, size_t *olen );
761 * readable buffer of at least \p ilen Bytes.
762 * \param ilen The length of the input data in Bytes.
764 * hold at least `ilen + block_size`. This must not be the
784 const unsigned char *input, size_t ilen,
[all...]
H A Dcmac.h106 * \param ilen The length of the input data.
113 const unsigned char *input, size_t ilen );
164 * \param ilen The length of the input data.
173 const unsigned char *input, size_t ilen,
H A Dmd_internal.h65 int (*update_func)( void *ctx, const unsigned char *input, size_t ilen );
71 int (*digest_func)( const unsigned char *input, size_t ilen,
H A Dpoly1305.h128 * \param ilen The length of the input data in Bytes.
131 * This pointer can be \c NULL if `ilen == 0`.
138 size_t ilen );
163 * \param ilen The length of the input data in Bytes.
166 * This pointer can be \c NULL if `ilen == 0`.
175 size_t ilen,
H A Dpk_internal.h78 int (*decrypt_func)( void *ctx, const unsigned char *input, size_t ilen,
84 int (*encrypt_func)( void *ctx, const unsigned char *input, size_t ilen,
H A Drsa.h602 * \param ilen The length of the plaintext in Bytes.
604 * buffer of size \p ilen Bytes. This must not be \c NULL.
615 int mode, size_t ilen,
642 * \param ilen The length of the plaintext in Bytes.
644 * buffer of size \p ilen Bytes. This must not be \c NULL.
655 int mode, size_t ilen,
686 * \param ilen The length of the plaintext buffer \p input in Bytes.
688 * buffer of size \p ilen Bytes. This must not be \c NULL.
701 size_t ilen,
H A Dpk.h469 * \param ilen Input size
481 const unsigned char *input, size_t ilen,
490 * \param ilen Message size
502 const unsigned char *input, size_t ilen,
H A Dssl.h1697 * \param ilen Length of info in bytes
1704 const unsigned char *info, size_t ilen );
1714 * \param ilen Length of info in bytes
1721 const unsigned char *info, size_t ilen );
1768 * \param ilen Length of info in bytes
1778 size_t ilen );
H A Decp.h657 * of length \p ilen Bytes.
658 * \param ilen The length of the input buffer \p buf in Bytes.
668 const unsigned char *buf, size_t ilen );
H A Ddhm.h221 * This must be a readable buffer of size \p ilen Bytes.
222 * \param ilen The size of the input buffer \p input in Bytes.
228 const unsigned char *input, size_t ilen );
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmiov.h71 uint32 actionid, const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
82 const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
91 const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c222 static void sha1_update(sha1_context *ctx, const unsigned char *input, unsigned int ilen) in sha1_update() argument
227 if (ilen <= 0) { in sha1_update()
234 ctx->total[0] += ilen; in sha1_update()
237 if (ctx->total[0] < (unsigned long)ilen) { in sha1_update()
241 if (left && ilen >= fill) { in sha1_update()
245 ilen -= fill; in sha1_update()
249 while (ilen >= 0x40) { in sha1_update()
252 ilen -= 0x40; in sha1_update()
255 if (ilen > 0) { in sha1_update()
256 memcpy((void *)(ctx->buffer + left), (void *)input, ilen); in sha1_update()
295 sha1_csum(const unsigned char *input, unsigned int ilen, unsigned char *output) sha1_csum() argument
539 sha256_csum(const unsigned char *input, unsigned int ilen, unsigned char *output) sha256_csum() argument
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c225 unsigned int ilen) in sha1_update()
230 if (ilen <= 0) in sha1_update()
236 ctx->total[0] += ilen; in sha1_update()
239 if (ctx->total[0] < (unsigned long) ilen) in sha1_update()
242 if (left && ilen >= fill) { in sha1_update()
246 ilen -= fill; in sha1_update()
250 while (ilen >= 64) { in sha1_update()
253 ilen -= 64; in sha1_update()
256 if (ilen > 0) { in sha1_update()
257 memcpy ((void *) (ctx->buffer + left), (void *) input, ilen); in sha1_update()
224 sha1_update(sha1_context *ctx, const unsigned char *input, unsigned int ilen) sha1_update() argument
302 sha1_csum(const unsigned char *input, unsigned int ilen, unsigned char *output) sha1_csum() argument
552 sha256_csum(const unsigned char *input, unsigned int ilen, unsigned char *output) sha256_csum() argument
[all...]
/device/soc/rockchip/common/sdk_linux/init/
H A Dmain.c647 size_t len, xlen = 0, ilen = 0; in setup_command_line() local
653 ilen = strlen(extra_init_args) + 4; /* for " -- " */ in setup_command_line()
658 saved_command_line = memblock_alloc(len + ilen, SMP_CACHE_BYTES); in setup_command_line()
660 panic("%s: Failed to allocate %zu bytes\n", __func__, len + ilen); in setup_command_line()
680 if (ilen) { in setup_command_line()

Completed in 23 milliseconds