Searched refs:hex_serial (Results 1 – 1 of 1) sorted by relevance
2173 char *hex_serial; in PHP_FUNCTION() local2214 hex_serial = BN_bn2hex(bn_serial); in PHP_FUNCTION()2217 if (!hex_serial) { in PHP_FUNCTION()2227 add_assoc_string(return_value, "serialNumberHex", hex_serial); in PHP_FUNCTION()2228 OPENSSL_free(hex_serial); in PHP_FUNCTION()
Completed in 17 milliseconds