Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/
H A Dlibsodium.c551 size_t ciphertext_len; in PHP_FUNCTION() local
966 size_t ciphertext_len; in PHP_FUNCTION() local
1043 size_t ciphertext_len; in PHP_FUNCTION() local
1397 zend_long ciphertext_len; in PHP_FUNCTION() local
1402 &ciphertext_len, in PHP_FUNCTION()
1408 if (ciphertext_len <= 0 || ciphertext_len >= SIZE_MAX) { in PHP_FUNCTION()
1458 ciphertext_len = msg_len; in PHP_FUNCTION()
1903 msg_len = ciphertext_len; in PHP_FUNCTION()
2017 msg_len = ciphertext_len; in PHP_FUNCTION()
2131 msg_len = ciphertext_len; in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds