cryptedlen       4501 ext/openssl/openssl.c 	int cryptedlen;
cryptedlen       4523 ext/openssl/openssl.c 	cryptedlen = EVP_PKEY_size(pkey);
cryptedlen       4524 ext/openssl/openssl.c 	cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedlen       4533 ext/openssl/openssl.c 						(int)padding) == cryptedlen);
cryptedlen       4541 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
cryptedlen       4561 ext/openssl/openssl.c 	int cryptedlen;
cryptedlen       4583 ext/openssl/openssl.c 	cryptedlen = EVP_PKEY_size(pkey);
cryptedlen       4584 ext/openssl/openssl.c 	crypttemp = emalloc(cryptedlen + 1);
cryptedlen       4589 ext/openssl/openssl.c 			cryptedlen = RSA_private_decrypt((int)data_len,
cryptedlen       4594 ext/openssl/openssl.c 			if (cryptedlen != -1) {
cryptedlen       4595 ext/openssl/openssl.c 				cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedlen       4596 ext/openssl/openssl.c 				memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen);
cryptedlen       4608 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
cryptedlen       4629 ext/openssl/openssl.c 	int cryptedlen;
cryptedlen       4649 ext/openssl/openssl.c 	cryptedlen = EVP_PKEY_size(pkey);
cryptedlen       4650 ext/openssl/openssl.c 	cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedlen       4659 ext/openssl/openssl.c 						(int)padding) == cryptedlen);
cryptedlen       4668 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
cryptedlen       4688 ext/openssl/openssl.c 	int cryptedlen;
cryptedlen       4710 ext/openssl/openssl.c 	cryptedlen = EVP_PKEY_size(pkey);
cryptedlen       4711 ext/openssl/openssl.c 	crypttemp = emalloc(cryptedlen + 1);
cryptedlen       4716 ext/openssl/openssl.c 			cryptedlen = RSA_public_decrypt((int)data_len,
cryptedlen       4721 ext/openssl/openssl.c 			if (cryptedlen != -1) {
cryptedlen       4722 ext/openssl/openssl.c 				cryptedbuf = zend_string_alloc(cryptedlen, 0);
cryptedlen       4723 ext/openssl/openssl.c 				memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen);
cryptedlen       4737 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';