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

  /src/sys/crypto/sodium/
crypto_aead_chacha20poly1305.h 18 #define crypto_aead_chacha20poly1305_ietf_KEYBYTES 32U
20 size_t crypto_aead_chacha20poly1305_ietf_keybytes(void);
89 void crypto_aead_chacha20poly1305_ietf_keygen(unsigned char k[crypto_aead_chacha20poly1305_ietf_KEYBYTES]);
166 #define crypto_aead_chacha20poly1305_IETF_KEYBYTES crypto_aead_chacha20poly1305_ietf_KEYBYTES
194 #define crypto_aead_chacha20poly1305_ietf_KEYBYTES 32U
196 size_t crypto_aead_chacha20poly1305_ietf_keybytes(void);
265 void crypto_aead_chacha20poly1305_ietf_keygen(unsigned char k[crypto_aead_chacha20poly1305_ietf_KEYBYTES]);
342 #define crypto_aead_chacha20poly1305_IETF_KEYBYTES crypto_aead_chacha20poly1305_ietf_KEYBYTES
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_chacha20poly1305.h 16 #define crypto_aead_chacha20poly1305_ietf_KEYBYTES 32U
18 size_t crypto_aead_chacha20poly1305_ietf_keybytes(void);
87 void crypto_aead_chacha20poly1305_ietf_keygen(unsigned char k[crypto_aead_chacha20poly1305_ietf_KEYBYTES]);
164 #define crypto_aead_chacha20poly1305_IETF_KEYBYTES crypto_aead_chacha20poly1305_ietf_KEYBYTES

Completed in 12 milliseconds