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

  /src/sys/crypto/sodium/
crypto_aead_chacha20poly1305.h 93 #define crypto_aead_chacha20poly1305_KEYBYTES 32U
95 size_t crypto_aead_chacha20poly1305_keybytes(void);
162 void crypto_aead_chacha20poly1305_keygen(unsigned char k[crypto_aead_chacha20poly1305_KEYBYTES]);
269 #define crypto_aead_chacha20poly1305_KEYBYTES 32U
271 size_t crypto_aead_chacha20poly1305_keybytes(void);
338 void crypto_aead_chacha20poly1305_keygen(unsigned char k[crypto_aead_chacha20poly1305_KEYBYTES]);
445 #define crypto_aead_chacha20poly1305_KEYBYTES 32U
447 size_t crypto_aead_chacha20poly1305_keybytes(void);
514 void crypto_aead_chacha20poly1305_keygen(unsigned char k[crypto_aead_chacha20poly1305_KEYBYTES]);
621 #define crypto_aead_chacha20poly1305_KEYBYTES 32
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_chacha20poly1305.h 91 #define crypto_aead_chacha20poly1305_KEYBYTES 32U
93 size_t crypto_aead_chacha20poly1305_keybytes(void);
160 void crypto_aead_chacha20poly1305_keygen(unsigned char k[crypto_aead_chacha20poly1305_KEYBYTES]);
  /src/sys/external/isc/libsodium/dist/test/default/
aead_chacha20poly1305.c 14 static const unsigned char firstkey[crypto_aead_chacha20poly1305_KEYBYTES]
167 assert(crypto_aead_chacha20poly1305_keybytes() > 0U);
172 assert(crypto_aead_chacha20poly1305_keybytes() == crypto_aead_chacha20poly1305_KEYBYTES);
350 assert(crypto_aead_chacha20poly1305_ietf_keybytes() == crypto_aead_chacha20poly1305_keybytes());
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/
aead_chacha20poly1305.c 366 crypto_aead_chacha20poly1305_keybytes(void) function in typeref:typename:size_t
368 return crypto_aead_chacha20poly1305_KEYBYTES;
396 crypto_aead_chacha20poly1305_keygen(unsigned char k[crypto_aead_chacha20poly1305_KEYBYTES])
398 randombytes_buf(k, crypto_aead_chacha20poly1305_KEYBYTES);

Completed in 32 milliseconds