Searched refs:ll (Results 1 – 10 of 10) sorted by relevance
/net-tools-3.7.0/ |
D | throughput-client.c | 255 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()
|
D | echo-client.c | 305 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()
|
D | coap-client.c | 416 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-3.7.0/mbedtls-2.4.0/library/ |
D | ecp.c | 1082 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-3.7.0/mbedtls-2.4.0/ |
D | README.md | 28 …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-3.7.0/mbedtls-2.4.0/yotta/data/example-hashing/ |
D | README.md | 15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
|
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/example-authcrypt/ |
D | README.md | 15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
|
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/example-selftest/ |
D | README.md | 15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
|
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | README.md | 15 …evelopment board, or another board supported by mbed OS (in which case you'll have to substitute f…
|
/net-tools-3.7.0/tinydtls-0.8.2/sha2/ |
D | README | 236 they'll probably be ignored. Bug fixes, or patches that add something useful
|