Searched refs:sck (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | ed25519.c | 86 sc25519 sck, scs, scsk; in crypto_sign_ed25519() local 110 sc25519_from64bytes(&sck, hmg); in crypto_sign_ed25519() 111 ge25519_scalarmult_base(&ger, &sck); in crypto_sign_ed25519() 124 sc25519_add(&scs, &scs, &sck); in crypto_sign_ed25519()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 325 int ret, sck, i; local 378 sck = accept(dmix->server_fd, 0, 0); 379 if (sck >= 0) { 380 server_printf("DIRECT SERVER: new connection %i\n", sck); 382 close(sck); 385 pfds[current+1].fd = sck; 387 _snd_send_fd(sck, &buf, 1, dmix->hw_fd);
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1055 V(sck, SCK, 0xB204) /* type = S SET CLOCK */ \
|
Completed in 9 milliseconds