Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c2054 char *hex_serial; in PHP_FUNCTION() local
2095 hex_serial = BN_bn2hex(bn_serial); in PHP_FUNCTION()
2098 if (!hex_serial) { in PHP_FUNCTION()
2108 add_assoc_string(return_value, "serialNumberHex", hex_serial); in PHP_FUNCTION()
2109 OPENSSL_free(hex_serial); in PHP_FUNCTION()

Completed in 37 milliseconds