Searched refs:remain (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | sm2-kdf.c | 23 size_t remain = tlen; in sm2_kdf() local 33 while (remain) { in sm2_kdf() 37 if (remain >= TEE_SM3_HASH_SIZE) in sm2_kdf() 57 if (remain < TEE_SM3_HASH_SIZE) { in sm2_kdf() 58 memcpy(out, tmp, remain); in sm2_kdf() 63 remain -= TEE_SM3_HASH_SIZE; in sm2_kdf()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_hash.c | 430 dst_buf = dst->remain.buf; in stm32_hash_deep_copy() 433 dst->remain.buf = dst_buf; in stm32_hash_deep_copy() 436 memcpy(dst->remain.buf, src->remain.buf, dst->remain.len); in stm32_hash_deep_copy() 553 c->remain.buf = calloc(c->block_size + sizeof(uint32_t), 1); in stm32_hash_alloc() 554 if (!c->remain.buf) in stm32_hash_alloc() 561 free(c->remain.buf); in stm32_hash_alloc() 573 free(c->remain.buf); in stm32_hash_free() 603 if (c->remain.len + len < c->queue_size) { in stm32_hash_update() 604 if (!c->remain.buf) { in stm32_hash_update() 609 memcpy(((uint8_t *)c->remain.buf) + c->remain.len, buffer, len); in stm32_hash_update() [all …]
|
| H A D | stm32_hash.h | 45 struct stm32_hash_remain remain; member
|
| /optee_os/core/lib/libfdt/ |
| H A D | README.license | 49 **IMPORTANT** It's intended that all of libfdt as released remain
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | LICENSE | 52 of this License, Derivative Works shall not include works that remain 392 parties remain in full compliance.
|
| H A D | ChangeLog | 243 (RFC 7919 groups remain supported.) 264 The cryptographic mechanisms remain present, but they will only be
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 48 of this License, Derivative Works shall not include works that remain
|