Searched refs:spkstr_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 1685 size_t spkstr_len; in PHP_FUNCTION() local 1692 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() 1697 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION() 1698 spkstr_cleaned_len = (int)(spkstr_len - php_openssl_spki_cleanup(spkstr, spkstr_cleaned)); in PHP_FUNCTION() 1742 size_t spkstr_len; in PHP_FUNCTION() local 1750 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() 1755 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION() 1756 spkstr_cleaned_len = (int)(spkstr_len - php_openssl_spki_cleanup(spkstr, spkstr_cleaned)); in PHP_FUNCTION() 1804 size_t spkstr_len; in PHP_FUNCTION() local 1810 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() [all …]
|
Completed in 22 milliseconds