Home
last modified time | relevance | path

Searched refs:php_openssl_pkey_from_obj (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/openssl/
H A Dopenssl.c230 static inline php_openssl_pkey_object *php_openssl_pkey_from_obj(zend_object *obj) { in php_openssl_pkey_from_obj() function
234 #define Z_OPENSSL_PKEY_P(zv) php_openssl_pkey_from_obj(Z_OBJ_P(zv))
261 php_openssl_pkey_object *key_object = php_openssl_pkey_from_obj(object); in php_openssl_pkey_free_obj()
3613 php_openssl_pkey_object *obj = php_openssl_pkey_from_obj(Z_OBJ_P(val)); in php_openssl_pkey_from_zval()

Completed in 23 milliseconds