Searched refs:str_serial (Results 1 – 1 of 1) sorted by relevance
2095 char *str_serial; in PHP_FUNCTION() local2145 str_serial = i2s_ASN1_INTEGER(NULL, asn1_serial); in PHP_FUNCTION()2146 add_assoc_string(return_value, "serialNumber", str_serial); in PHP_FUNCTION()2147 OPENSSL_free(str_serial); in PHP_FUNCTION()
Completed in 19 milliseconds