Home
last modified time | relevance | path

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

/PHP-7.2/ext/sodium/
H A Dphp_libsodium.h121 PHP_FUNCTION(sodium_unpad);
H A Dlibsodium.c343 PHP_FE(sodium_unpad, AI_StringAndLength)
3443 PHP_FUNCTION(sodium_unpad) in PHP_FUNCTION() argument
3471 ret = sodium_unpad(&unpadded_len, (const unsigned char *) padded, in PHP_FUNCTION()
/PHP-7.2/ext/sodium/tests/
H A Dutils.phpt54 $str_unpadded = sodium_unpad($str_padded, 16);

Completed in 23 milliseconds