Home
last modified time | relevance | path

Searched refs:alen (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_test.c27 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 Dcore_mmu.c199 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 Decp_curves.c4558 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 Decp_curves_new.c4526 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()