Searched refs:spkstr_len (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 1901 size_t spkstr_len; in PHP_FUNCTION() local 1908 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() 1918 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION() 1919 spkstr_cleaned_len = (int)(spkstr_len - php_openssl_spki_cleanup(spkstr, spkstr_cleaned)); in PHP_FUNCTION() 1966 size_t spkstr_len; in PHP_FUNCTION() local 1974 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() 1984 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION() 1985 spkstr_cleaned_len = (int)(spkstr_len - php_openssl_spki_cleanup(spkstr, spkstr_cleaned)); in PHP_FUNCTION() 2041 size_t spkstr_len; in PHP_FUNCTION() local 2047 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() [all …]
|
Completed in 26 milliseconds