Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c229 static inline php_openssl_pkey_object *php_openssl_pkey_from_obj(zend_object *obj) { in php_openssl_pkey_from_obj() function
233 #define Z_OPENSSL_PKEY_P(zv) php_openssl_pkey_from_obj(Z_OBJ_P(zv))
260 php_openssl_pkey_object *key_object = php_openssl_pkey_from_obj(object); in php_openssl_pkey_free_obj()
3576 php_openssl_pkey_object *obj = php_openssl_pkey_from_obj(Z_OBJ_P(val)); in php_openssl_pkey_from_zval()

Completed in 21 milliseconds