HomeSort by: relevance | last modified time | path
    Searched defs:X25519 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
endecode_test.c 1034 * ED25519, ED448, X25519 and X448 have no support for
1041 KEYS(X25519);
1042 IMPLEMENT_TEST_SUITE(X25519, "X25519", 1)
1501 MAKE_KEYS(X25519, "X25519", NULL);
1587 ADD_TEST_SUITE(X25519);
1590 * ED25519, ED448, X25519 and X448 have no support for
1681 FREE_KEYS(X25519);
  /src/crypto/external/bsd/openssl/dist/test/
endecode_test.c 1039 KEYS(X25519);
1040 IMPLEMENT_TEST_SUITE(X25519, "X25519", 1)
1044 * ED25519, ED448, X25519 and X448 have no support for
1393 MAKE_KEYS(X25519, "X25519", NULL);
1445 ADD_TEST_SUITE(X25519);
1448 * ED25519, ED448, X25519 and X448 have no support for
1505 FREE_KEYS(X25519);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c 752 * The field functions are shared by Ed25519 and X25519 where possible.
5562 int X25519(uint8_t out_shared_key[32], const uint8_t private_key[32],

Completed in 19 milliseconds