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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
obsolete.c 25 ge25519_p3_tobytes(pk, &A);
49 ge25519_p3_tobytes(sig + 32, &A);
52 ge25519_p3_tobytes(sig, &R);
108 ge25519_p3_tobytes(t2, &R);
keypair.c 28 ge25519_p3_tobytes(pk, &A);
sign.c 92 ge25519_p3_tobytes(sig, &R);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/
core_ed25519.c 36 ge25519_p3_tobytes(r, &r_p3);
56 ge25519_p3_tobytes(r, &r_p3);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/ed25519/ref10/
scalarmult_ed25519_ref10.c 49 ge25519_p3_tobytes(q, &Q);
69 ge25519_p3_tobytes(q, &Q);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10.h 78 void ge25519_p3_tobytes(unsigned char *s, const ge25519_p3 *h);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 477 ge25519_p3_tobytes(unsigned char *s, const ge25519_p3 *h) function in typeref:typename:void
2044 ge25519_p3_tobytes(s, &p3);

Completed in 15 milliseconds