crypttemp        4526 ext/openssl/openssl.c 	unsigned char *crypttemp;
crypttemp        4545 ext/openssl/openssl.c 	crypttemp = emalloc(cryptedlen + 1);
crypttemp        4552 ext/openssl/openssl.c 					crypttemp, 
crypttemp        4557 ext/openssl/openssl.c 				memcpy(cryptedbuf, crypttemp, cryptedlen);
crypttemp        4565 ext/openssl/openssl.c 	efree(crypttemp);
crypttemp        4650 ext/openssl/openssl.c 	unsigned char *crypttemp;
crypttemp        4669 ext/openssl/openssl.c 	crypttemp = emalloc(cryptedlen + 1);
crypttemp        4676 ext/openssl/openssl.c 					crypttemp, 
crypttemp        4681 ext/openssl/openssl.c 				memcpy(cryptedbuf, crypttemp, cryptedlen);
crypttemp        4691 ext/openssl/openssl.c 	efree(crypttemp);