Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c2320 char *hex_serial; in PHP_FUNCTION() local
2357 hex_serial = BN_bn2hex(bn_serial); in PHP_FUNCTION()
2360 if (!hex_serial) { in PHP_FUNCTION()
2370 add_assoc_string(return_value, "serialNumberHex", hex_serial); in PHP_FUNCTION()
2371 OPENSSL_free(hex_serial); in PHP_FUNCTION()

Completed in 19 milliseconds