Home
last modified time | relevance | path

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

/PHP-8.3/ext/sodium/
H A Dlibsodium.c1220 &ciphertext_len, in PHP_FUNCTION()
1226 if (ciphertext_len <= 0 || ciphertext_len >= SIZE_MAX) { in PHP_FUNCTION()
1276 ciphertext_len = msg_len; in PHP_FUNCTION()
1300 &ciphertext_len, in PHP_FUNCTION()
1306 if (ciphertext_len <= 0 || ciphertext_len >= SIZE_MAX) { in PHP_FUNCTION()
1356 ciphertext_len = msg_len; in PHP_FUNCTION()
1398 ciphertext_len = msg_len; in PHP_FUNCTION()
1845 msg_len = ciphertext_len; in PHP_FUNCTION()
1959 msg_len = ciphertext_len; in PHP_FUNCTION()
2073 msg_len = ciphertext_len; in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds