Home
last modified time | relevance | path

Searched refs:bn_serial (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/openssl/
H A Dopenssl.c2312 BIGNUM *bn_serial; in PHP_FUNCTION() local
2344 bn_serial = ASN1_INTEGER_to_BN(asn1_serial, NULL); in PHP_FUNCTION()
2346 if (!bn_serial) { in PHP_FUNCTION()
2351 hex_serial = BN_bn2hex(bn_serial); in PHP_FUNCTION()
2352 BN_free(bn_serial); in PHP_FUNCTION()

Completed in 39 milliseconds