Home
last modified time | relevance | path

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

/PHP-7.4/ext/sodium/
H A Dlibsodium.c513 # define crypto_kx_SESSIONKEYBYTES 32 in PHP_MINIT_FUNCTION() macro
520 crypto_kx_SESSIONKEYBYTES, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2968 unsigned char session_keys[2 * crypto_kx_SESSIONKEYBYTES]; in PHP_FUNCTION()
2994 crypto_generichash_init(&h, NULL, 0U, 2 * crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
3004 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
3006 (const char *) session_keys + crypto_kx_SESSIONKEYBYTES, in PHP_FUNCTION()
3007 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
3018 unsigned char session_keys[2 * crypto_kx_SESSIONKEYBYTES]; in PHP_FUNCTION()
3053 (const char *) session_keys + crypto_kx_SESSIONKEYBYTES, in PHP_FUNCTION()
3054 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds