ktype            3893 ext/openssl/openssl.c 	zend_long ktype;
ktype            3914 ext/openssl/openssl.c 			ktype = OPENSSL_KEYTYPE_RSA;
ktype            3936 ext/openssl/openssl.c 			ktype = OPENSSL_KEYTYPE_DSA;
ktype            3952 ext/openssl/openssl.c 			ktype = OPENSSL_KEYTYPE_DH;
ktype            3968 ext/openssl/openssl.c 			ktype = OPENSSL_KEYTYPE_EC;
ktype            4005 ext/openssl/openssl.c 			ktype = -1;
ktype            4008 ext/openssl/openssl.c 	add_assoc_long(return_value, "type", ktype);