Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 17 of 17) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dmd2.c172 size_t fill; in mbedtls_md2_update_ret() local
177 fill = 16 - ctx->left; in mbedtls_md2_update_ret()
179 fill = ilen; in mbedtls_md2_update_ret()
181 memcpy( ctx->buffer + ctx->left, input, fill ); in mbedtls_md2_update_ret()
183 ctx->left += fill; in mbedtls_md2_update_ret()
184 input += fill; in mbedtls_md2_update_ret()
185 ilen -= fill; in mbedtls_md2_update_ret()
A Dsha512.c350 size_t fill; in mbedtls_sha512_update_ret() local
360 fill = 128 - left; in mbedtls_sha512_update_ret()
367 if( left && ilen >= fill ) in mbedtls_sha512_update_ret()
369 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha512_update_ret()
374 input += fill; in mbedtls_sha512_update_ret()
375 ilen -= fill; in mbedtls_sha512_update_ret()
A Dmd4.c258 size_t fill; in mbedtls_md4_update_ret() local
265 fill = 64 - left; in mbedtls_md4_update_ret()
273 if( left && ilen >= fill ) in mbedtls_md4_update_ret()
276 (void *) input, fill ); in mbedtls_md4_update_ret()
281 input += fill; in mbedtls_md4_update_ret()
282 ilen -= fill; in mbedtls_md4_update_ret()
A Dmd5.c264 size_t fill; in mbedtls_md5_update_ret() local
271 fill = 64 - left; in mbedtls_md5_update_ret()
279 if( left && ilen >= fill ) in mbedtls_md5_update_ret()
281 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_md5_update_ret()
285 input += fill; in mbedtls_md5_update_ret()
286 ilen -= fill; in mbedtls_md5_update_ret()
A Dsha256.c301 size_t fill; in mbedtls_sha256_update_ret() local
311 fill = 64 - left; in mbedtls_sha256_update_ret()
319 if( left && ilen >= fill ) in mbedtls_sha256_update_ret()
321 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha256_update_ret()
326 input += fill; in mbedtls_sha256_update_ret()
327 ilen -= fill; in mbedtls_sha256_update_ret()
A Dripemd160.c327 size_t fill; in mbedtls_ripemd160_update_ret() local
334 fill = 64 - left; in mbedtls_ripemd160_update_ret()
342 if( left && ilen >= fill ) in mbedtls_ripemd160_update_ret()
344 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_ripemd160_update_ret()
349 input += fill; in mbedtls_ripemd160_update_ret()
350 ilen -= fill; in mbedtls_ripemd160_update_ret()
A Dsha1.c314 size_t fill; in mbedtls_sha1_update_ret() local
324 fill = 64 - left; in mbedtls_sha1_update_ret()
332 if( left && ilen >= fill ) in mbedtls_sha1_update_ret()
334 memcpy( (void *) (ctx->buffer + left), input, fill ); in mbedtls_sha1_update_ret()
339 input += fill; in mbedtls_sha1_update_ret()
340 ilen -= fill; in mbedtls_sha1_update_ret()
/optee_os/core/lib/zlib/
A Dinftrees.c51 unsigned fill; /* index for replicating entries */ local
233 fill = 1U << curr;
234 min = fill; /* save offset to next table */
236 fill -= incr;
237 next[(huff >> drop) + fill] = here;
238 } while (fill != 0);
/optee_os/core/crypto/
A Dsm3.c159 size_t fill; in sm3_update() local
166 fill = 64 - left; in sm3_update()
173 if (left && ilen >= fill) { in sm3_update()
174 memcpy(ctx->buffer + left, input, fill); in sm3_update()
176 input += fill; in sm3_update()
177 ilen -= fill; in sm3_update()
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dblake2b.c385 unsigned long fill = BLAKE2B_BLOCKBYTES - left; in blake2b_process() local
386 if (inlen > fill) { in blake2b_process()
388 XMEMCPY(md->blake2b.buf + (left % sizeof(md->blake2b.buf)), in, fill); /* Fill buffer */ in blake2b_process()
391 in += fill; in blake2b_process()
392 inlen -= fill; in blake2b_process()
A Dblake2s.c374 unsigned long fill = BLAKE2S_BLOCKBYTES - left; in blake2s_process() local
375 if (inlen > fill) { in blake2s_process()
377 XMEMCPY(md->blake2s.buf + (left % sizeof(md->blake2s.buf)), in, fill); /* Fill buffer */ in blake2s_process()
380 in += fill; in blake2s_process()
381 inlen -= fill; in blake2s_process()
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.map2390 *fill* 0x0000000000012eea 0x6
2434 *fill* 0x000000000001333a 0x2
2437 *fill* 0x000000000001345e 0x2
2442 *fill* 0x0000000000013626 0x2
2445 *fill* 0x000000000001385a 0x2
2451 *fill* 0x0000000000013873 0x1
2456 *fill* 0x00000000000138b1 0x3
/optee_os/out/arm/ta/avb/
A D023f8f1a-292a-432b-8fc4-de8471358067.map1235 *fill* 0x000000000000905c 0x4
1279 *fill* 0x00000000000090b7 0x1
1282 *fill* 0x00000000000090e9 0x3
/optee_os/out/arm/ldelf/
A Dldelf.map826 *fill* 0x0000000000000064 0xc
1158 *fill* 0x00000000000068d3 0x1
/optee_os/out/arm/core/
A Dtee.map20617 *fill* 0x000000000e100198 0x668
20620 *fill* 0x000000000e101784 0x4
20640 *fill* 0x000000000e1019cc 0x634
20649 *fill* 0x000000000e1031bc 0x4
24782 *fill* 0x000000000e1565aa 0x2
24785 *fill* 0x000000000e1565b3 0x1
24788 *fill* 0x000000000e1565cd 0x3
24791 *fill* 0x000000000e1565e9 0x3
24794 *fill* 0x000000000e1565f2 0x2
24799 *fill* 0x000000000e156603 0x1
[all …]
/optee_os/out/arm/ta/trusted_keys/
A Df04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.map1398 *fill* 0x0000000000009969 0x3
1404 *fill* 0x0000000000009983 0x1
1409 *fill* 0x00000000000099c1 0x3
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog457 * In PEM writing functions, fill the trailing part of the buffer with null

Completed in 132 milliseconds