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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_curve25519xchacha20poly1305.c 41 crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k, function in typeref:typename:int
73 if (crypto_box_curve25519xchacha20poly1305_beforenm(k, pk, sk) != 0) {
128 if (crypto_box_curve25519xchacha20poly1305_beforenm(k, pk, sk) != 0) {
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h 95 int crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k,
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 350 assert(crypto_box_curve25519xchacha20poly1305_beforenm(pc, small_order_p, sk) == -1);
351 assert(crypto_box_curve25519xchacha20poly1305_beforenm(pc, pk, sk) == 0);

Completed in 176 milliseconds