Home
last modified time | relevance | path

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

/php-src/ext/sodium/
H A Dlibsodium.c1219 &ciphertext_len, in PHP_FUNCTION()
1225 if (ciphertext_len <= 0 || ciphertext_len >= SIZE_MAX) { in PHP_FUNCTION()
1275 ciphertext_len = msg_len; in PHP_FUNCTION()
1299 &ciphertext_len, in PHP_FUNCTION()
1305 if (ciphertext_len <= 0 || ciphertext_len >= SIZE_MAX) { in PHP_FUNCTION()
1355 ciphertext_len = msg_len; in PHP_FUNCTION()
1397 ciphertext_len = msg_len; in PHP_FUNCTION()
1844 msg_len = ciphertext_len; in PHP_FUNCTION()
1959 msg_len = ciphertext_len; in PHP_FUNCTION()
2074 msg_len = ciphertext_len; in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds