Searched refs:alen (Results 1 – 2 of 2) sorted by relevance
978 token_match(const unsigned char *a, size_t alen, in token_match() argument980 return alen == blen && (alen == 0 || memcmp(a, b, alen) == 0); in token_match()
577 const mbedtls_mpi_uint *a, size_t alen, in ecp_group_load() argument585 ecp_mpi_load( &grp->A, a, alen ); in ecp_group_load()