Lines Matching refs:spkstr_cleaned
1794 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
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()
1817 spki = NETSCAPE_SPKI_b64_decode(spkstr_cleaned, spkstr_cleaned_len); in PHP_FUNCTION()
1839 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1840 efree(spkstr_cleaned); in PHP_FUNCTION()
1854 char *spkstr = NULL, * spkstr_cleaned = NULL, * s = NULL; in PHP_FUNCTION() local
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()
1879 spki = NETSCAPE_SPKI_b64_decode(spkstr_cleaned, spkstr_cleaned_len); in PHP_FUNCTION()
1911 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1912 efree(spkstr_cleaned); in PHP_FUNCTION()
1925 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1940 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1941 spkstr_cleaned_len = (int)(spkstr_len - openssl_spki_cleanup(spkstr, spkstr_cleaned)); in PHP_FUNCTION()
1948 spki = NETSCAPE_SPKI_b64_decode(spkstr_cleaned, spkstr_cleaned_len); in PHP_FUNCTION()
1958 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1959 efree(spkstr_cleaned); in PHP_FUNCTION()