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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/
core_ed25519.c 33 ge25519_p3_to_cached(&q_cached, &q_p3);
53 ge25519_p3_to_cached(&q_cached, &q_p3);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10.h 84 void ge25519_p3_to_cached(ge25519_cached *r, const ge25519_p3 *p);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 439 ge25519_p3_to_cached(ge25519_cached *r, const ge25519_p3 *p) function in typeref:typename:void
677 ge25519_p3_to_cached(&Ai[0], A);
684 ge25519_p3_to_cached(&Ai[1], &u);
688 ge25519_p3_to_cached(&Ai[2], &u);
692 ge25519_p3_to_cached(&Ai[3], &u);
696 ge25519_p3_to_cached(&Ai[4], &u);
700 ge25519_p3_to_cached(&Ai[5], &u);
704 ge25519_p3_to_cached(&Ai[6], &u);
708 ge25519_p3_to_cached(&Ai[7], &u);
757 ge25519_p3_to_cached(&pi[1 - 1], p); /* p *
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
obsolete.c 99 ge25519_p3_to_cached(&Ai, &A);

Completed in 47 milliseconds