Home
last modified time | relevance | path

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

/PHP-8.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-8.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt240 [ϖ] => ϖ
H A Dget_html_translation_table_basic2.phpt414 string(5) "ϖ"
923 string(5) "ϖ"
1430 string(5) "ϖ"
H A Dhtml_entity_decode_html4.phpt165 "ϖ",
H A Dget_html_translation_table_basic1.phpt401 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-8.1/ext/openssl/
H A Dopenssl.c7344 static int php_openssl_validate_iv(const char **piv, size_t *piv_len, size_t iv_required_len, in php_openssl_validate_iv() argument
7367 *piv = iv_new; in php_openssl_validate_iv()
7377 memcpy(iv_new, *piv, *piv_len); in php_openssl_validate_iv()
7379 *piv = iv_new; in php_openssl_validate_iv()
7387 memcpy(iv_new, *piv, iv_required_len); in php_openssl_validate_iv()
7389 *piv = iv_new; in php_openssl_validate_iv()
7399 const char **piv, size_t *piv_len, bool *free_iv, in php_openssl_cipher_init() argument
7418 if (php_openssl_validate_iv(piv, piv_len, max_iv_len, free_iv, cipher_ctx, mode) == FAILURE) { in php_openssl_cipher_init()
7457 if (!EVP_CipherInit_ex(cipher_ctx, NULL, NULL, key, (unsigned char *)*piv, enc)) { in php_openssl_cipher_init()

Completed in 47 milliseconds