HomeSort by: relevance | last modified time | path
    Searched refs:client_pk (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
kx.c 15 unsigned char *client_pk, *client_sk; local in function:tv_kx
26 client_pk = (unsigned char *) sodium_malloc(crypto_kx_PUBLICKEYBYTES);
28 crypto_kx_seed_keypair(client_pk, client_sk, seed);
30 sodium_bin2hex(hex, sizeof hex, client_pk, crypto_kx_PUBLICKEYBYTES);
31 printf("client_pk: [%s]\n", hex);
43 client_pk, client_sk,
46 client_pk, client_sk, server_pk) != 0) {
57 server_pk, server_sk, client_pk) != 0) {
65 sodium_increment(client_pk, crypto_kx_PUBLICKEYBYTES);
67 server_pk, server_sk, client_pk) != 0)
    [all...]
  /src/sys/crypto/sodium/
crypto_kx.h 48 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES],
58 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES])
113 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES],
123 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES])
178 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES],
188 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES])
243 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES],
253 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES])
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kx.h 47 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES],
57 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES])
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/
crypto_kx.c 36 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES],
61 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES);
79 const unsigned char client_pk[crypto_kx_PUBLICKEYBYTES])
95 if (crypto_scalarmult(q, server_sk, client_pk) != 0) {
102 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES);

Completed in 15 milliseconds