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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/
onetimeauth_poly1305.c 62 crypto_onetimeauth_poly1305_keybytes(void) function in typeref:typename:size_t
64 return crypto_onetimeauth_poly1305_KEYBYTES;
75 unsigned char k[crypto_onetimeauth_poly1305_KEYBYTES])
77 randombytes_buf(k, crypto_onetimeauth_poly1305_KEYBYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_onetimeauth_poly1305.h 30 #define crypto_onetimeauth_poly1305_KEYBYTES 32U
32 size_t crypto_onetimeauth_poly1305_keybytes(void);
61 void crypto_onetimeauth_poly1305_keygen(unsigned char k[crypto_onetimeauth_poly1305_KEYBYTES]);
crypto_onetimeauth.h 25 #define crypto_onetimeauth_KEYBYTES crypto_onetimeauth_poly1305_KEYBYTES
  /src/sys/external/isc/libsodium/dist/test/default/
keygen.c 23 { crypto_onetimeauth_poly1305_keygen, crypto_onetimeauth_poly1305_KEYBYTES },
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
crypto_secretbox_easy.c 50 crypto_onetimeauth_poly1305_KEYBYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
secretbox_xchacha20poly1305.c 54 crypto_onetimeauth_poly1305_KEYBYTES);

Completed in 19 milliseconds