Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/
H A Dlibsodium.c219 # define crypto_kx_SESSIONKEYBYTES 32 in PHP_MINIT_FUNCTION() macro
226 crypto_kx_SESSIONKEYBYTES, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2557 unsigned char session_keys[2 * crypto_kx_SESSIONKEYBYTES]; in PHP_FUNCTION()
2583 crypto_generichash_init(&h, NULL, 0U, 2 * crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2593 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2595 (const char *) session_keys + crypto_kx_SESSIONKEYBYTES, in PHP_FUNCTION()
2596 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2607 unsigned char session_keys[2 * crypto_kx_SESSIONKEYBYTES]; in PHP_FUNCTION()
2642 (const char *) session_keys + crypto_kx_SESSIONKEYBYTES, in PHP_FUNCTION()
2643 crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds