/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | md2.c | 172 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 D | sha512.c | 350 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 D | md4.c | 258 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 D | md5.c | 264 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 D | sha256.c | 301 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 D | ripemd160.c | 327 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 D | sha1.c | 314 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 D | inftrees.c | 51 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 D | sm3.c | 159 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 D | blake2b.c | 385 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 D | blake2s.c | 374 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 D | fd02c9da-306c-48c7-a49c-bbd827ae86ee.map | 2390 *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 D | 023f8f1a-292a-432b-8fc4-de8471358067.map | 1235 *fill* 0x000000000000905c 0x4 1279 *fill* 0x00000000000090b7 0x1 1282 *fill* 0x00000000000090e9 0x3
|
/optee_os/out/arm/ldelf/ |
A D | ldelf.map | 826 *fill* 0x0000000000000064 0xc 1158 *fill* 0x00000000000068d3 0x1
|
/optee_os/out/arm/core/ |
A D | tee.map | 20617 *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 D | f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.map | 1398 *fill* 0x0000000000009969 0x3 1404 *fill* 0x0000000000009983 0x1 1409 *fill* 0x00000000000099c1 0x3
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 457 * In PEM writing functions, fill the trailing part of the buffer with null
|