Home
last modified time | relevance | path

Searched refs:nlen (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.6.0/libcoap/include/coap/
Dresource.h170 size_t nlen,
187 size_t nlen);
/net-tools-3.6.0/libcoap/src/
Dresource.c315 const unsigned char *name, size_t nlen, argument
331 attr->name.length = nlen;
350 const unsigned char *name, size_t nlen) { argument
357 if (attr->name.length == nlen &&
358 memcmp(attr->name.s, name, nlen) == 0)
/net-tools-3.6.0/mbedtls-2.4.0/library/
Decp_curves.c581 const mbedtls_mpi_uint *n, size_t nlen) in ecp_group_load() argument
587 ecp_mpi_load( &grp->N, n, nlen ); in ecp_group_load()