Home
last modified time | relevance | path

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

/PHP-7.2/ext/sodium/
H A Dlibsodium.c2153 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
2200 if (ciphertext_real_len <= 0U || ciphertext_real_len >= SIZE_MAX || in PHP_FUNCTION()
2201 ciphertext_real_len > ciphertext_len) { in PHP_FUNCTION()
2287 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
2330 if (ciphertext_real_len <= 0U || ciphertext_real_len >= SIZE_MAX || in PHP_FUNCTION()
2331 ciphertext_real_len > ciphertext_len) { in PHP_FUNCTION()
2412 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
2459 if (ciphertext_real_len <= 0U || ciphertext_real_len >= SIZE_MAX || in PHP_FUNCTION()
2460 ciphertext_real_len > ciphertext_len) { in PHP_FUNCTION()
2547 unsigned long long ciphertext_real_len; in PHP_FUNCTION() local
[all …]

Completed in 18 milliseconds