Lines Matching refs:zend_string_alloc
47 zs = zend_string_alloc(len, persistent); in zend_string_checked_alloc()
306 hash = zend_string_alloc(crypto_shorthash_BYTES, 0); in PHP_FUNCTION()
347 ciphertext = zend_string_alloc((size_t) msg_len + crypto_secretbox_MACBYTES, 0); in PHP_FUNCTION()
388 msg = zend_string_alloc in PHP_FUNCTION()
428 hash = zend_string_alloc(hash_len, 0); in PHP_FUNCTION()
473 state = zend_string_alloc(state_len, 0); in PHP_FUNCTION()
551 hash = zend_string_alloc(hash_len, 0); in PHP_FUNCTION()
578 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
608 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
646 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
671 secretkey = zend_string_alloc(crypto_box_SECRETKEYBYTES, 0); in PHP_FUNCTION()
694 publickey = zend_string_alloc(crypto_box_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
717 publickey = zend_string_alloc(crypto_box_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
761 ciphertext = zend_string_alloc((size_t) msg_len + crypto_box_MACBYTES, 0); in PHP_FUNCTION()
806 msg = zend_string_alloc((size_t) ciphertext_len - crypto_box_MACBYTES, 0); in PHP_FUNCTION()
840 ciphertext = zend_string_alloc((size_t) msg_len + crypto_box_SEALBYTES, 0); in PHP_FUNCTION()
877 msg = zend_string_alloc((size_t) ciphertext_len - crypto_box_SEALBYTES, 0); in PHP_FUNCTION()
898 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
928 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
966 keypair = zend_string_alloc(keypair_len, 0); in PHP_FUNCTION()
990 publickey = zend_string_alloc(crypto_sign_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
1020 secretkey = zend_string_alloc(crypto_sign_SECRETKEYBYTES, 0); in PHP_FUNCTION()
1043 publickey = zend_string_alloc(crypto_sign_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
1076 msg_signed = zend_string_alloc((size_t) msg_signed_len, 0); in PHP_FUNCTION()
1120 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
1157 signature = zend_string_alloc((size_t) crypto_sign_BYTES, 0); in PHP_FUNCTION()
1237 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1276 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1477 hash = zend_string_alloc((size_t) hash_len, 0); in PHP_FUNCTION()
1539 hash_str = zend_string_alloc(crypto_pwhash_STRBYTES - 1, 0); in PHP_FUNCTION()
1647 hash = zend_string_alloc((size_t) hash_len, 0); in PHP_FUNCTION()
1692 hash_str = zend_string_alloc in PHP_FUNCTION()
1786 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1849 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()
2020 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
2079 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
2134 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
2193 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
2251 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
2315 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
2370 ciphertext = zend_string_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
2434 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
2471 hex = zend_string_alloc((size_t) hex_len, 0); in PHP_FUNCTION()
2496 bin = zend_string_alloc(bin_len, 0); in PHP_FUNCTION()
2538 b64 = zend_string_alloc((size_t) b64_len - 1U, 0); in PHP_FUNCTION()
2567 bin = zend_string_alloc(bin_len, 0); in PHP_FUNCTION()
2609 q = zend_string_alloc(crypto_scalarmult_BYTES, 0); in PHP_FUNCTION()
2644 q = zend_string_alloc(crypto_scalarmult_ristretto255_BYTES, 0); in PHP_FUNCTION()
2671 q = zend_string_alloc(crypto_scalarmult_ristretto255_BYTES, 0); in PHP_FUNCTION()
2702 keypair = zend_string_alloc(crypto_kx_SECRETKEYBYTES + crypto_kx_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
2725 keypair = zend_string_alloc(crypto_kx_SECRETKEYBYTES + crypto_kx_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
2754 secretkey = zend_string_alloc(crypto_kx_SECRETKEYBYTES, 0); in PHP_FUNCTION()
2777 publickey = zend_string_alloc(crypto_kx_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
2903 mac = zend_string_alloc(crypto_auth_BYTES, 0); in PHP_FUNCTION()
2963 ecdhkey = zend_string_alloc(crypto_box_SECRETKEYBYTES, 0); in PHP_FUNCTION()
2991 ecdhkey = zend_string_alloc(crypto_sign_PUBLICKEYBYTES, 0); in PHP_FUNCTION()
3222 subkey = zend_string_alloc((size_t) subkey_len, 0); in PHP_FUNCTION()
3284 padded = zend_string_alloc(xpadded_len + 1U, 0); in PHP_FUNCTION()
3469 c = zend_string_alloc((size_t) c_len, 0); in PHP_FUNCTION()
3555 msg = zend_string_alloc((size_t) msg_len, 0); in PHP_FUNCTION()
3624 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3650 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3685 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3714 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3736 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3758 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3791 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3813 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3826 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3848 r = zend_string_alloc(crypto_core_ristretto255_SCALARBYTES, 0); in PHP_FUNCTION()
3877 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()
3906 r = zend_string_alloc(crypto_core_ristretto255_BYTES, 0); in PHP_FUNCTION()