Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/
H A Dlibsodium.c1813 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
1854 if (ciphertext_real_len <= 0U || ciphertext_real_len >= SIZE_MAX || in PHP_FUNCTION()
1855 ciphertext_real_len > ciphertext_len) { in PHP_FUNCTION()
1935 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
1972 if (ciphertext_real_len <= 0U || ciphertext_real_len >= SIZE_MAX || in PHP_FUNCTION()
1973 ciphertext_real_len > ciphertext_len) { in PHP_FUNCTION()
2048 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
2089 if (ciphertext_real_len <= 0U || ciphertext_real_len >= SIZE_MAX || in PHP_FUNCTION()
2090 ciphertext_real_len > ciphertext_len) { in PHP_FUNCTION()
2171 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
[all …]

Completed in 17 milliseconds