Searched refs:spkstr_len (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 1792 size_t spkstr_len; in PHP_FUNCTION() local 1799 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() 1809 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION() 1810 spkstr_cleaned_len = (int)(spkstr_len - openssl_spki_cleanup(spkstr, spkstr_cleaned)); in PHP_FUNCTION() 1853 size_t spkstr_len; in PHP_FUNCTION() local 1861 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() 1871 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION() 1872 spkstr_cleaned_len = (int)(spkstr_len - openssl_spki_cleanup(spkstr, spkstr_cleaned)); in PHP_FUNCTION() 1924 size_t spkstr_len; in PHP_FUNCTION() local 1930 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &spkstr, &spkstr_len) == FAILURE) { in PHP_FUNCTION() [all …]
|
Completed in 16 milliseconds