Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c2297 char *hex_serial; in PHP_FUNCTION() local
2334 hex_serial = BN_bn2hex(bn_serial); in PHP_FUNCTION()
2337 if (!hex_serial) { in PHP_FUNCTION()
2347 add_assoc_string(return_value, "serialNumberHex", hex_serial); in PHP_FUNCTION()
2348 OPENSSL_free(hex_serial); in PHP_FUNCTION()

Completed in 21 milliseconds