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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c 59 crypto_box_primitive(void) function in typeref:typename:const char *
61 return crypto_box_PRIMITIVE;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h 47 #define crypto_box_PRIMITIVE "curve25519xsalsa20poly1305"
49 const char *crypto_box_primitive(void);
  /src/sys/external/isc/libsodium/dist/test/default/
box.c 91 assert(strcmp(crypto_box_primitive(), "curve25519xsalsa20poly1305") == 0);

Completed in 13 milliseconds