crypttemp 4563 ext/openssl/openssl.c unsigned char *crypttemp; crypttemp 4584 ext/openssl/openssl.c crypttemp = emalloc(cryptedlen + 1); crypttemp 4591 ext/openssl/openssl.c crypttemp, crypttemp 4596 ext/openssl/openssl.c memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); crypttemp 4604 ext/openssl/openssl.c efree(crypttemp); crypttemp 4690 ext/openssl/openssl.c unsigned char *crypttemp; crypttemp 4711 ext/openssl/openssl.c crypttemp = emalloc(cryptedlen + 1); crypttemp 4718 ext/openssl/openssl.c crypttemp, crypttemp 4723 ext/openssl/openssl.c memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); crypttemp 4733 ext/openssl/openssl.c efree(crypttemp);