Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/html_tables/
H A Dents_html401.txt150 piv 03D6
H A Dents_xhtml.txt182 piv 03D6
H A Dents_html5.txt1611 piv 003D6
/PHP-7.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt240 [ϖ] => ϖ
H A Dget_html_translation_table_basic2.phpt419 string(5) "ϖ"
928 string(5) "ϖ"
1435 string(5) "ϖ"
H A Dhtml_entity_decode_html4.phpt165 "ϖ",
H A Dget_html_translation_table_basic1.phpt406 string(5) "ϖ"
H A Dhtmlentities_html4.phpt221 ϖ U+003D6
H A Dget_html_translation_table_basic5.phpt1213 [ϖ] => ϖ
H A Dhtml_entity_decode_html5.phpt1616 "ϖ",
3750 ϖ => ϖ cf96
H A Dhtmlentities_html5.phpt427 ϖ U+003D6
/PHP-7.1/ext/openssl/
H A Dopenssl.c6214 static int php_openssl_validate_iv(char **piv, size_t *piv_len, size_t iv_required_len, in php_openssl_validate_iv() argument
6237 *piv = iv_new; in php_openssl_validate_iv()
6247 memcpy(iv_new, *piv, *piv_len); in php_openssl_validate_iv()
6249 *piv = iv_new; in php_openssl_validate_iv()
6257 memcpy(iv_new, *piv, iv_required_len); in php_openssl_validate_iv()
6259 *piv = iv_new; in php_openssl_validate_iv()
6269 char **piv, size_t *piv_len, zend_bool *free_iv, in php_openssl_cipher_init() argument
6288 if (php_openssl_validate_iv(piv, piv_len, max_iv_len, free_iv, cipher_ctx, mode) == FAILURE) { in php_openssl_cipher_init()
6323 if (!EVP_CipherInit_ex(cipher_ctx, NULL, NULL, key, (unsigned char *)*piv, enc)) { in php_openssl_cipher_init()

Completed in 56 milliseconds