cryptedbuf       4502 ext/openssl/openssl.c 	zend_string *cryptedbuf = NULL;
cryptedbuf       4524 ext/openssl/openssl.c 	cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedbuf       4531 ext/openssl/openssl.c 						(unsigned char *)ZSTR_VAL(cryptedbuf),
cryptedbuf       4541 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
cryptedbuf       4542 ext/openssl/openssl.c 		ZVAL_NEW_STR(crypted, cryptedbuf);
cryptedbuf       4543 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4546 ext/openssl/openssl.c 	if (cryptedbuf) {
cryptedbuf       4547 ext/openssl/openssl.c 		zend_string_release(cryptedbuf);
cryptedbuf       4562 ext/openssl/openssl.c 	zend_string *cryptedbuf = NULL;
cryptedbuf       4595 ext/openssl/openssl.c 				cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedbuf       4596 ext/openssl/openssl.c 				memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen);
cryptedbuf       4608 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
cryptedbuf       4609 ext/openssl/openssl.c 		ZVAL_NEW_STR(crypted, cryptedbuf);
cryptedbuf       4610 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4617 ext/openssl/openssl.c 	if (cryptedbuf) {
cryptedbuf       4618 ext/openssl/openssl.c 		zend_string_release(cryptedbuf);
cryptedbuf       4630 ext/openssl/openssl.c 	zend_string *cryptedbuf;
cryptedbuf       4650 ext/openssl/openssl.c 	cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedbuf       4657 ext/openssl/openssl.c 						(unsigned char *)ZSTR_VAL(cryptedbuf),
cryptedbuf       4668 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
cryptedbuf       4669 ext/openssl/openssl.c 		ZVAL_NEW_STR(crypted, cryptedbuf);
cryptedbuf       4670 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4676 ext/openssl/openssl.c 	if (cryptedbuf) {
cryptedbuf       4677 ext/openssl/openssl.c 		zend_string_release(cryptedbuf);
cryptedbuf       4689 ext/openssl/openssl.c 	zend_string *cryptedbuf = NULL;
cryptedbuf       4722 ext/openssl/openssl.c 				cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedbuf       4723 ext/openssl/openssl.c 				memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen);
cryptedbuf       4737 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
cryptedbuf       4738 ext/openssl/openssl.c 		ZVAL_NEW_STR(crypted, cryptedbuf);
cryptedbuf       4739 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4743 ext/openssl/openssl.c 	if (cryptedbuf) {
cryptedbuf       4744 ext/openssl/openssl.c 		zend_string_release(cryptedbuf);