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

  /src/sys/crypto/sodium/
crypto_aead_xchacha20poly1305.h 16 #define crypto_aead_xchacha20poly1305_ietf_KEYBYTES 32U
18 size_t crypto_aead_xchacha20poly1305_ietf_keybytes(void);
85 void crypto_aead_xchacha20poly1305_ietf_keygen(unsigned char k[crypto_aead_xchacha20poly1305_ietf_KEYBYTES]);
89 #define crypto_aead_xchacha20poly1305_IETF_KEYBYTES crypto_aead_xchacha20poly1305_ietf_KEYBYTES
115 #define crypto_aead_xchacha20poly1305_ietf_KEYBYTES 32U
117 size_t crypto_aead_xchacha20poly1305_ietf_keybytes(void);
184 void crypto_aead_xchacha20poly1305_ietf_keygen(unsigned char k[crypto_aead_xchacha20poly1305_ietf_KEYBYTES]);
188 #define crypto_aead_xchacha20poly1305_IETF_KEYBYTES crypto_aead_xchacha20poly1305_ietf_KEYBYTES
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_xchacha20poly1305.h 14 #define crypto_aead_xchacha20poly1305_ietf_KEYBYTES 32U
16 size_t crypto_aead_xchacha20poly1305_ietf_keybytes(void);
83 void crypto_aead_xchacha20poly1305_ietf_keygen(unsigned char k[crypto_aead_xchacha20poly1305_ietf_KEYBYTES]);
87 #define crypto_aead_xchacha20poly1305_IETF_KEYBYTES crypto_aead_xchacha20poly1305_ietf_KEYBYTES
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
aead_xchacha20poly1305.c 127 crypto_aead_xchacha20poly1305_ietf_keybytes(void) function in typeref:typename:size_t
129 return crypto_aead_xchacha20poly1305_ietf_KEYBYTES;
157 crypto_aead_xchacha20poly1305_ietf_keygen(unsigned char k[crypto_aead_xchacha20poly1305_ietf_KEYBYTES])
159 randombytes_buf(k, crypto_aead_xchacha20poly1305_ietf_KEYBYTES);
  /src/sys/external/isc/libsodium/dist/test/default/
aead_xchacha20poly1305.c 14 static const unsigned char firstkey[crypto_aead_xchacha20poly1305_ietf_KEYBYTES]
32 unsigned char *key2 = (unsigned char *) sodium_malloc(crypto_aead_xchacha20poly1305_ietf_KEYBYTES);
178 assert(crypto_aead_xchacha20poly1305_ietf_keybytes() == crypto_aead_xchacha20poly1305_ietf_KEYBYTES);
183 assert(crypto_aead_xchacha20poly1305_IETF_KEYBYTES == crypto_aead_xchacha20poly1305_ietf_KEYBYTES);

Completed in 16 milliseconds