cryptedbuf       4467 ext/openssl/openssl.c 	unsigned char *cryptedbuf = NULL;
cryptedbuf       4487 ext/openssl/openssl.c 	cryptedbuf = emalloc(cryptedlen + 1);
cryptedbuf       4494 ext/openssl/openssl.c 						cryptedbuf, 
cryptedbuf       4504 ext/openssl/openssl.c 		cryptedbuf[cryptedlen] = '\0';
cryptedbuf       4505 ext/openssl/openssl.c 		ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0);
cryptedbuf       4506 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4509 ext/openssl/openssl.c 	if (cryptedbuf) {
cryptedbuf       4510 ext/openssl/openssl.c 		efree(cryptedbuf);
cryptedbuf       4525 ext/openssl/openssl.c 	unsigned char *cryptedbuf = NULL;
cryptedbuf       4556 ext/openssl/openssl.c 				cryptedbuf = emalloc(cryptedlen + 1);
cryptedbuf       4557 ext/openssl/openssl.c 				memcpy(cryptedbuf, crypttemp, cryptedlen);
cryptedbuf       4569 ext/openssl/openssl.c 		cryptedbuf[cryptedlen] = '\0';
cryptedbuf       4570 ext/openssl/openssl.c 		ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0);
cryptedbuf       4571 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4578 ext/openssl/openssl.c 	if (cryptedbuf) { 
cryptedbuf       4579 ext/openssl/openssl.c 		efree(cryptedbuf);
cryptedbuf       4591 ext/openssl/openssl.c 	unsigned char *cryptedbuf;
cryptedbuf       4610 ext/openssl/openssl.c 	cryptedbuf = emalloc(cryptedlen + 1);
cryptedbuf       4617 ext/openssl/openssl.c 						cryptedbuf, 
cryptedbuf       4628 ext/openssl/openssl.c 		cryptedbuf[cryptedlen] = '\0';
cryptedbuf       4629 ext/openssl/openssl.c 		ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0);
cryptedbuf       4630 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4636 ext/openssl/openssl.c 	if (cryptedbuf) {
cryptedbuf       4637 ext/openssl/openssl.c 		efree(cryptedbuf);
cryptedbuf       4649 ext/openssl/openssl.c 	unsigned char *cryptedbuf = NULL;
cryptedbuf       4680 ext/openssl/openssl.c 				cryptedbuf = emalloc(cryptedlen + 1);
cryptedbuf       4681 ext/openssl/openssl.c 				memcpy(cryptedbuf, crypttemp, cryptedlen);
cryptedbuf       4695 ext/openssl/openssl.c 		cryptedbuf[cryptedlen] = '\0';
cryptedbuf       4696 ext/openssl/openssl.c 		ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0);
cryptedbuf       4697 ext/openssl/openssl.c 		cryptedbuf = NULL;
cryptedbuf       4701 ext/openssl/openssl.c 	if (cryptedbuf) {
cryptedbuf       4702 ext/openssl/openssl.c 		efree(cryptedbuf);