Home
last modified time | relevance | path

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

/PHP-7.2/ext/sodium/
H A Dphp_libsodium.h120 PHP_FUNCTION(sodium_pad);
H A Dlibsodium.c342 PHP_FE(sodium_pad, AI_StringAndLength)
3368 PHP_FUNCTION(sodium_pad) in PHP_FUNCTION() argument
3417 if (sodium_pad(NULL, (unsigned char *) ZSTR_VAL(padded), unpadded_len, in PHP_FUNCTION()
/PHP-7.2/ext/sodium/tests/
H A Dutils.phpt51 $str_padded = sodium_pad($str, 16);
/PHP-7.2/
H A DNEWS776 . block sizes >= 256 bytes are now supposed by sodium_pad() even
778 . Fixed bug #77008 (sodium_pad() could read (but not return nor write)

Completed in 25 milliseconds