Searched refs:dl (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1187 uint64_t dl; in TEE_CipherUpdate() local 1244 dl = *destLen; in TEE_CipherUpdate() 1247 srcLen, destData, &dl); in TEE_CipherUpdate() 1251 srcLen, destData, &dl); in TEE_CipherUpdate() 1254 dl = 0; in TEE_CipherUpdate() 1257 *destLen = dl; in TEE_CipherUpdate() 1272 size_t dl = 0; in __GP11_TEE_CipherUpdate() local 1275 dl = *destLen; in __GP11_TEE_CipherUpdate() 1276 res = TEE_CipherUpdate(operation, srcData, srcLen, destData, &dl); in __GP11_TEE_CipherUpdate() 1277 *destLen = dl; in __GP11_TEE_CipherUpdate() [all …]
|
| /optee_os/core/crypto/ |
| H A D | rng_fortuna.c | 178 uint8_t dl = MIN(RING_BUF_DATA_SIZE, dlen); in push_ring_buffer() local 191 ring_buffer.elem[next_begin].dlen = dl; in push_ring_buffer() 192 memcpy(ring_buffer.elem[next_begin].data, data, dl); in push_ring_buffer() 226 size_t dl = MIN(MAX_EVENT_DATA_LEN, dlen); in add_event() local 227 uint8_t v[] = { snum, dl }; in add_event() 235 res = hash_update(state.pool_ctx[pnum], data, dl); in add_event() 241 if (!ADD_OVERFLOW(state.pool0_length, dl, &l)) in add_event()
|
| /optee_os/ldelf/ |
| H A D | sub.mk | 9 srcs-y += dl.c
|
| /optee_os/ta/mk/ |
| H A D | ta_dev_kit.mk | 95 libnames += dl
|
| /optee_os/core/tee/ |
| H A D | tadb.c | 774 size_t dl = 0; in tee_tadb_ta_read() local 776 res = crypto_authenc_dec_final(ta->ctx, NULL, 0, NULL, &dl, in tee_tadb_ta_read()
|
| /optee_os/ta/ |
| H A D | ta.mk | 117 libname = dl
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 4938 https://dl.acm.org/citation.cfm?id=2714625 5537 https://dl.acm.org/citation.cfm?id=2714625
|