Searched refs:alen (Results 1 – 3 of 3) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_test.c | 34 unsigned long alen; in gcm_test() 352 tests[x].A, tests[x].alen, in gcm_test() 370 tests[x].A, tests[x].alen, in gcm_test()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ecp_curves.c | 607 const mbedtls_mpi_uint *a, size_t alen, in ecp_group_load() argument 615 ecp_mpi_load( &grp->A, a, alen ); in ecp_group_load()
|
/optee_os/core/arch/arm/mm/ |
A D | core_mmu.c | 172 static bool _pbuf_intersects(struct memaccess_area *a, size_t alen, in _pbuf_intersects() argument 177 for (n = 0; n < alen; n++) in _pbuf_intersects() 185 static bool _pbuf_is_inside(struct memaccess_area *a, size_t alen, in _pbuf_is_inside() argument 190 for (n = 0; n < alen; n++) in _pbuf_is_inside()
|
Completed in 12 milliseconds