Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/src/
Dnet.c978 token_match(const unsigned char *a, size_t alen, in token_match() argument
980 return alen == blen && (alen == 0 || memcmp(a, b, alen) == 0); in token_match()
/net-tools-3.4.0/mbedtls-2.4.0/library/
Decp_curves.c577 const mbedtls_mpi_uint *a, size_t alen, in ecp_group_load() argument
585 ecp_mpi_load( &grp->A, a, alen ); in ecp_group_load()