Searched refs:piv (Results 1 – 12 of 12) sorted by relevance
/PHP-7.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 150 piv 03D6
|
H A D | ents_xhtml.txt | 182 piv 03D6
|
H A D | ents_html5.txt | 1611 piv 003D6
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 240 [ϖ] => ϖ
|
H A D | get_html_translation_table_basic2.phpt | 419 string(5) "ϖ" 928 string(5) "ϖ" 1435 string(5) "ϖ"
|
H A D | html_entity_decode_html4.phpt | 165 "ϖ",
|
H A D | get_html_translation_table_basic1.phpt | 406 string(5) "ϖ"
|
H A D | htmlentities_html4.phpt | 221 ϖ U+003D6
|
H A D | get_html_translation_table_basic5.phpt | 1213 [ϖ] => ϖ
|
H A D | html_entity_decode_html5.phpt | 1616 "ϖ", 3750 ϖ => ϖ cf96
|
H A D | htmlentities_html5.phpt | 427 ϖ U+003D6
|
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 6389 static int php_openssl_validate_iv(char **piv, size_t *piv_len, size_t iv_required_len, in php_openssl_validate_iv() argument 6412 *piv = iv_new; in php_openssl_validate_iv() 6422 memcpy(iv_new, *piv, *piv_len); in php_openssl_validate_iv() 6424 *piv = iv_new; in php_openssl_validate_iv() 6432 memcpy(iv_new, *piv, iv_required_len); in php_openssl_validate_iv() 6434 *piv = iv_new; in php_openssl_validate_iv() 6444 char **piv, size_t *piv_len, zend_bool *free_iv, in php_openssl_cipher_init() argument 6463 if (php_openssl_validate_iv(piv, piv_len, max_iv_len, free_iv, cipher_ctx, mode) == FAILURE) { in php_openssl_cipher_init() 6501 if (!EVP_CipherInit_ex(cipher_ctx, NULL, NULL, key, (unsigned char *)*piv, enc)) { in php_openssl_cipher_init()
|
Completed in 35 milliseconds