Lines Matching refs:nonce_len
326 size_t nonce_len; in PHP_FUNCTION() local
330 &nonce, &nonce_len, in PHP_FUNCTION()
335 if (nonce_len != crypto_secretbox_NONCEBYTES) { in PHP_FUNCTION()
368 size_t nonce_len; in PHP_FUNCTION() local
372 &nonce, &nonce_len, in PHP_FUNCTION()
377 if (nonce_len != crypto_secretbox_NONCEBYTES) { in PHP_FUNCTION()
738 size_t nonce_len; in PHP_FUNCTION() local
742 &nonce, &nonce_len, in PHP_FUNCTION()
747 if (nonce_len != crypto_box_NONCEBYTES) { in PHP_FUNCTION()
784 size_t nonce_len; in PHP_FUNCTION() local
788 &nonce, &nonce_len, in PHP_FUNCTION()
793 if (nonce_len != crypto_box_NONCEBYTES) { in PHP_FUNCTION()
1216 size_t nonce_len; in PHP_FUNCTION() local
1220 &nonce, &nonce_len, in PHP_FUNCTION()
1229 if (nonce_len != crypto_stream_NONCEBYTES) { in PHP_FUNCTION()
1258 size_t nonce_len; in PHP_FUNCTION() local
1262 &nonce, &nonce_len, in PHP_FUNCTION()
1267 if (nonce_len != crypto_stream_NONCEBYTES) { in PHP_FUNCTION()
1296 size_t nonce_len; in PHP_FUNCTION() local
1300 &nonce, &nonce_len, in PHP_FUNCTION()
1309 if (nonce_len != crypto_stream_xchacha20_NONCEBYTES) { in PHP_FUNCTION()
1338 size_t nonce_len; in PHP_FUNCTION() local
1342 &nonce, &nonce_len, in PHP_FUNCTION()
1347 if (nonce_len != crypto_stream_xchacha20_NONCEBYTES) { in PHP_FUNCTION()
1379 size_t nonce_len; in PHP_FUNCTION() local
1383 &nonce, &nonce_len, in PHP_FUNCTION()
1389 if (nonce_len != crypto_stream_xchacha20_NONCEBYTES) { in PHP_FUNCTION()