Lines Matching refs:zend_string_alloc

48 	zs = zend_string_alloc(len, persistent);  in zend_string_checked_alloc()
307 hash = zend_string_alloc(crypto_shorthash_BYTES, 0); in PHP_FUNCTION()
348 ciphertext = zend_string_alloc((size_t) msg_len + crypto_secretbox_MACBYTES, 0); in PHP_FUNCTION()
389 msg = zend_string_alloc in PHP_FUNCTION()
429 hash = zend_string_alloc(hash_len, 0); in PHP_FUNCTION()
474 state = zend_string_alloc(state_len, 0); in PHP_FUNCTION()
552 hash = zend_string_alloc(hash_len, 0); in PHP_FUNCTION()
579 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
609 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
647 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
672 secretkey = zend_string_alloc(crypto_box_SECRETKEYBYTES, 0); in PHP_FUNCTION()
695 publickey = zend_string_alloc(crypto_box_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
718 publickey = zend_string_alloc(crypto_box_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
762 ciphertext = zend_string_alloc((size_t) msg_len + crypto_box_MACBYTES, 0); in PHP_FUNCTION()
807 msg = zend_string_alloc((size_t) ciphertext_len - crypto_box_MACBYTES, 0); in PHP_FUNCTION()
841 ciphertext = zend_string_alloc((size_t) msg_len + crypto_box_SEALBYTES, 0); in PHP_FUNCTION()
878 msg = zend_string_alloc((size_t) ciphertext_len - crypto_box_SEALBYTES, 0); in PHP_FUNCTION()
899 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
929 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
967 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
991 publickey = zend_string_alloc(crypto_sign_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
1021 secretkey = zend_string_alloc(crypto_sign_SECRETKEYBYTES, 0); in PHP_FUNCTION()
1044 publickey = zend_string_alloc(crypto_sign_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
1077 msg_signed = zend_string_alloc((size_t) msg_signed_len, 0); in PHP_FUNCTION()
1121 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
1158 signature = zend_string_alloc((size_t) crypto_sign_BYTES, 0); in PHP_FUNCTION()
1238 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1277 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1478 hash = zend_string_alloc((size_t) hash_len, 0); in PHP_FUNCTION()
1540 hash_str = zend_string_alloc(crypto_pwhash_STRBYTES - 1, 0); in PHP_FUNCTION()
1648 hash = zend_string_alloc((size_t) hash_len, 0); in PHP_FUNCTION()
1693 hash_str = zend_string_alloc in PHP_FUNCTION()
1787 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1850 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
1905 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1964 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
2022 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
2086 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
2141 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
2205 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
2242 hex = zend_string_alloc((size_t) hex_len, 0); in PHP_FUNCTION()
2267 bin = zend_string_alloc(bin_len, 0); in PHP_FUNCTION()
2309 b64 = zend_string_alloc((size_t) b64_len - 1U, 0); in PHP_FUNCTION()
2338 bin = zend_string_alloc(bin_len, 0); in PHP_FUNCTION()
2380 q = zend_string_alloc(crypto_scalarmult_BYTES, 0); in PHP_FUNCTION()
2415 q = zend_string_alloc(crypto_scalarmult_ristretto255_BYTES, 0); in PHP_FUNCTION()
2442 q = zend_string_alloc(crypto_scalarmult_ristretto255_BYTES, 0); in PHP_FUNCTION()
2473 keypair = zend_string_alloc(crypto_kx_SECRETKEYBYTES + crypto_kx_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
2496 keypair = zend_string_alloc(crypto_kx_SECRETKEYBYTES + crypto_kx_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
2525 secretkey = zend_string_alloc(crypto_kx_SECRETKEYBYTES, 0); in PHP_FUNCTION()
2548 publickey = zend_string_alloc(crypto_kx_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
2674 mac = zend_string_alloc(crypto_auth_BYTES, 0); in PHP_FUNCTION()
2734 ecdhkey = zend_string_alloc(crypto_box_SECRETKEYBYTES, 0); in PHP_FUNCTION()
2762 ecdhkey = zend_string_alloc(crypto_sign_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
2967 subkey = zend_string_alloc((size_t) subkey_len, 0); in PHP_FUNCTION()
3029 padded = zend_string_alloc(xpadded_len + 1U, 0); in PHP_FUNCTION()
3214 c = zend_string_alloc((size_t) c_len, 0); in PHP_FUNCTION()
3300 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
3369 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3395 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3430 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3459 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3481 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3503 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3536 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3558 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3571 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3593 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3622 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3651 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()