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

  /src/sys/external/isc/libsodium/dist/test/default/
ed25519_convert.c 14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES];
57 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES,
62 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES,
67 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES,
sign.c     [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/
sign_ed25519.c 27 crypto_sign_ed25519_publickeybytes(void) function in typeref:typename:size_t
29 return crypto_sign_ed25519_PUBLICKEYBYTES;
56 crypto_sign_ed25519_PUBLICKEYBYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_sign.h 36 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
crypto_sign_ed25519.h 30 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U
32 size_t crypto_sign_ed25519_publickeybytes(void);

Completed in 35 milliseconds