Home
last modified time | relevance | path

Searched refs:crypto_kx_SESSIONKEYBYTES (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/sodium/
H A Dlibsodium.c62 # define crypto_kx_SESSIONKEYBYTES 32 macro
2793 unsigned char session_keys[2 * crypto_kx_SESSIONKEYBYTES]; in PHP_FUNCTION()
2819 crypto_generichash_init(&h, NULL, 0U, 2 * crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2829 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2831 (const char *) session_keys + crypto_kx_SESSIONKEYBYTES, in PHP_FUNCTION()
2832 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2843 unsigned char session_keys[2 * crypto_kx_SESSIONKEYBYTES]; in PHP_FUNCTION()
2869 crypto_generichash_init(&h, NULL, 0U, 2 * crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2878 (const char *) session_keys + crypto_kx_SESSIONKEYBYTES, in PHP_FUNCTION()
2879 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
[all …]
H A Dlibsodium_arginfo.h833 …REGISTER_LONG_CONSTANT("SODIUM_CRYPTO_KX_SESSIONKEYBYTES", crypto_kx_SESSIONKEYBYTES, CONST_PERSIS… in register_libsodium_symbols()

Completed in 20 milliseconds