Searched refs:str_serial (Results 1 – 1 of 1) sorted by relevance
2118 char *str_serial; in PHP_FUNCTION() local2168 str_serial = i2s_ASN1_INTEGER(NULL, asn1_serial); in PHP_FUNCTION()2169 add_assoc_string(return_value, "serialNumber", str_serial); in PHP_FUNCTION()2170 OPENSSL_free(str_serial); in PHP_FUNCTION()
Completed in 20 milliseconds