Searched refs:hex_serial (Results 1 – 1 of 1) sorted by relevance
2320 char *hex_serial; in PHP_FUNCTION() local2357 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 35 milliseconds