Searched refs:alen (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_test.c | 27 unsigned long alen; in gcm_test() 345 tests[x].A, tests[x].alen, in gcm_test() 363 tests[x].A, tests[x].alen, in gcm_test()
|
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 199 static bool _pbuf_intersects(struct memaccess_area *a, size_t alen, in _pbuf_intersects() argument 204 for (n = 0; n < alen; n++) in _pbuf_intersects() 213 static bool _pbuf_is_inside(struct memaccess_area *a, size_t alen, in _pbuf_is_inside() argument 218 for (n = 0; n < alen; n++) in _pbuf_is_inside()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp_curves.c | 4558 const mbedtls_mpi_uint *a, size_t alen, in ecp_group_load() argument 4567 ecp_mpi_load(&grp->A, a, alen); in ecp_group_load()
|
| H A D | ecp_curves_new.c | 4526 const mbedtls_mpi_uint *a, size_t alen, in ecp_group_load() argument 4535 ecp_mpi_load(&grp->A, a, alen); in ecp_group_load()
|