Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 10 of 10) sorted by relevance

/net-tools-2.7.6/
Dthroughput-client.c255 struct sockaddr_in6 *ll = NULL; in find_address() local
284 ll = in6; in find_address()
301 if (error < 0 && ll) { in find_address()
303 memcpy(address, &ll->sin6_addr, sizeof(struct in6_addr)); in find_address()
Decho-client.c305 struct sockaddr_in6 *ll = NULL; in find_address() local
334 ll = in6; in find_address()
351 if (error < 0 && ll) { in find_address()
353 memcpy(address, &ll->sin6_addr, sizeof(struct in6_addr)); in find_address()
Dcoap-client.c416 struct sockaddr_in6 *ll = NULL; in find_address() local
445 ll = in6; in find_address()
462 if (error < 0 && ll) { in find_address()
464 memcpy(address, &ll->sin6_addr, sizeof(struct in6_addr)); in find_address()
/net-tools-2.7.6/mbedtls-2.4.0/library/
Decp.c1082 mbedtls_mpi l, ll; in ecp_randomize_jac() local
1086 mbedtls_mpi_init( &l ); mbedtls_mpi_init( &ll ); in ecp_randomize_jac()
1105 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ll, &l, &l ) ); MOD_MUL( ll ); in ecp_randomize_jac()
1106 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &pt->X, &pt->X, &ll ) ); MOD_MUL( pt->X ); in ecp_randomize_jac()
1109 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ll, &ll, &l ) ); MOD_MUL( ll ); in ecp_randomize_jac()
1110 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &pt->Y, &pt->Y, &ll ) ); MOD_MUL( pt->Y ); in ecp_randomize_jac()
1113 mbedtls_mpi_free( &l ); mbedtls_mpi_free( &ll ); in ecp_randomize_jac()
/net-tools-2.7.6/mbedtls-2.4.0/
DREADME.md28 …509 -lmbedcrypto`. Also, when loading shared libraries using dlopen(), you'll need to load libmbed…
42 …ository, or from downloading a tarball of the standalone edition, then you'll first need to genera…
51 In any case, you'll probably want to set the yotta target before building unless it has already bee…
71 You'll still be able to run a much smaller set of tests with:
94 The test suites need Perl to be built. If you don't have Perl installed, you'll want to disable the…
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-hashing/
DREADME.md15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-authcrypt/
DREADME.md15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-selftest/
DREADME.md15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-benchmark/
DREADME.md15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
/net-tools-2.7.6/tinydtls-0.8.2/sha2/
DREADME236 they'll probably be ignored. Bug fixes, or patches that add something useful