Searched refs:py (Results 1 – 8 of 8) sorted by relevance
/net-tools-3.4.0/tinydtls-0.8.2/ecc/ |
D | ecc.h | 47 void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx,… 49 static inline void ecc_ecdh(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_… in ecc_ecdh() argument 50 ecc_ec_mult(px, py, secret, resultx, resulty); in ecc_ecdh() 63 void ecc_ec_add(const uint32_t *px, const uint32_t *py, const uint32_t *qx, const uint32_t *qy, uin… 64 void ecc_ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy);
|
D | ecc.c | 411 void static ec_double(const uint32_t *px, const uint32_t *py, uint32_t *Dx, uint32_t *Dy){ in ec_double() argument 417 if(isZero(px) && isZero(py)){ in ec_double() 419 copy(py, Dy,arrayLength); in ec_double() 431 fieldAdd(py, py, ecc_prime_r, tempB); //tempB = 2*qy in ec_double() 444 fieldSub(tempC, py, ecc_prime_m, Dy); //Dy = lambda * (qx-dx) - px in ec_double() 447 void static ec_add(const uint32_t *px, const uint32_t *py, const uint32_t *qx, const uint32_t *qy, … in ec_add() argument 453 if(isZero(px) && isZero(py)){ in ec_add() 459 copy(py, Sy,arrayLength); in ec_add() 464 if(!isSame(py, qy, arrayLength)){ in ec_add() 469 ec_double(px, py, Sx, Sy); in ec_add() [all …]
|
/net-tools-3.4.0/python-websocket-server/ |
D | README.md | 23 1. Copy/paste the *websocket_server.py* file in your project and use it directly 27 … details have a look at the [*server.py*](https://github.com/Pithikos/python-websocket-server/blob… 34 python server.py 94 ````py 110 ```py
|
/net-tools-3.4.0/docker/ |
D | Dockerfile | 63 # The syslog-receiver.py will test syslog-net sample 64 COPY http-server.py https-server.py http-get-file-test.sh \ 65 syslog-receiver.py /usr/local/bin/
|
/net-tools-3.4.0/ |
D | README.md | 67 the supplied tcptest.py script: 69 $ ./tcptest.py tap0 2001:db8::1
|
/net-tools-3.4.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 592 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
|
/net-tools-3.4.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 682 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
|
/net-tools-3.4.0/libcoap/doc/ |
D | Doxyfile.in | 774 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
|