Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dopenssl.c2799 int cert_num; in PHP_FUNCTION() local
2826 cert_num = sk_X509_num(ca); in PHP_FUNCTION()
2827 if (ca && cert_num > 0) { in PHP_FUNCTION()
2831 for (i=0; i < cert_num; i++) { in PHP_FUNCTION()

Completed in 15 milliseconds