Searched refs:hex_serial (Results 1 – 1 of 1) sorted by relevance
2096 char *hex_serial; in PHP_FUNCTION() local2137 hex_serial = BN_bn2hex(bn_serial); in PHP_FUNCTION()2140 if (!hex_serial) { in PHP_FUNCTION()2150 add_assoc_string(return_value, "serialNumberHex", hex_serial); in PHP_FUNCTION()2151 OPENSSL_free(hex_serial); in PHP_FUNCTION()
Completed in 30 milliseconds