Home
last modified time | relevance | path

Searched refs:cipher (Results 26 – 32 of 32) sorted by relevance

12

/PHP-8.3/ext/openssl/
H A Dopenssl.c999 if (cipher == NULL) { in php_openssl_parse_config()
4758 cipher = NULL; in PHP_FUNCTION()
4762 bio_out, key, cipher, in PHP_FUNCTION()
4818 cipher = NULL; in PHP_FUNCTION()
4822 bio_out, key, cipher, in PHP_FUNCTION()
5604 if (cipher == NULL) { in PHP_FUNCTION()
6209 if (cipher == NULL) { in PHP_FUNCTION()
7033 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
7051 if (!cipher) { in PHP_FUNCTION()
7161 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c2403 const SSL_CIPHER *cipher; in php_openssl_sockop_set_option() local
2424 cipher = SSL_get_current_cipher(sslsock->ssl_handle); in php_openssl_sockop_set_option()
2427 add_assoc_string(&tmp, "cipher_name", (char *) SSL_CIPHER_get_name(cipher)); in php_openssl_sockop_set_option()
2428 add_assoc_long(&tmp, "cipher_bits", SSL_CIPHER_get_bits(cipher, NULL)); in php_openssl_sockop_set_option()
2429 add_assoc_string(&tmp, "cipher_version", SSL_CIPHER_get_version(cipher)); in php_openssl_sockop_set_option()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h158 …set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->data, (key), (cert), (… argument
H A Dmysqlnd_connection.c907 const char * const ca, const char * const capath, const char * const cipher)
917 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CIPHER, cipher)) ? PASS : FAIL;
H A Dmysqlnd_structs.h491 …st char * const cert, const char * const ca, const char * const capath, const char * const cipher);
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic17152 >>2 leshort 0x0204 GPG symmetrically encrypted data (3DES cipher)
17153 >>2 leshort 0x0304 GPG symmetrically encrypted data (CAST5 cipher)
17154 >>2 leshort 0x0404 GPG symmetrically encrypted data (BLOWFISH cipher)
17155 >>2 leshort 0x0704 GPG symmetrically encrypted data (AES cipher)
17156 >>2 leshort 0x0804 GPG symmetrically encrypted data (AES192 cipher)
17157 >>2 leshort 0x0904 GPG symmetrically encrypted data (AES256 cipher)
17158 >>2 leshort 0x0a04 GPG symmetrically encrypted data (TWOFISH cipher)
17159 >>2 leshort 0x0b04 GPG symmetrically encrypted data (CAMELLIA128 cipher)
24255 # cipher-name like: aes twofish
24257 # cipher-mode like: xts-plain64 cbc-essiv
[all …]
H A Dmagic私はガラスを食べられます17152 >>2 leshort 0x0204 GPG symmetrically encrypted data (3DES cipher)
17153 >>2 leshort 0x0304 GPG symmetrically encrypted data (CAST5 cipher)
17154 >>2 leshort 0x0404 GPG symmetrically encrypted data (BLOWFISH cipher)
17155 >>2 leshort 0x0704 GPG symmetrically encrypted data (AES cipher)
17156 >>2 leshort 0x0804 GPG symmetrically encrypted data (AES192 cipher)
17157 >>2 leshort 0x0904 GPG symmetrically encrypted data (AES256 cipher)
17158 >>2 leshort 0x0a04 GPG symmetrically encrypted data (TWOFISH cipher)
17159 >>2 leshort 0x0b04 GPG symmetrically encrypted data (CAMELLIA128 cipher)
24255 # cipher-name like: aes twofish
24257 # cipher-mode like: xts-plain64 cbc-essiv
[all …]

Completed in 230 milliseconds

12