Home
last modified time | relevance | path

Searched refs:des_decrypt (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/r/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/r/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/r/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/r/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/r/
H A Dfunc_encrypt_nossl.result31 select des_decrypt("test", 'anotherkeystr');
32 des_decrypt("test", 'anotherkeystr')
36 select des_decrypt(1, 1);
37 des_decrypt(1, 1)
42 des_decrypt(des_encrypt("test", 'thekey'))
52 select des_decrypt(des_encrypt("hello",4));
53 des_decrypt(des_encrypt("hello",4))
58 des_decrypt(des_encrypt("hello",'test'),'test')
79 SET @a=des_decrypt(des_encrypt("hello"));
83 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/t/
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/t/
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/t/
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/t/
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/t/
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/t/
H A Dfunc_encrypt_nossl.test4 # Test output from des_encrypt and des_decrypt when server is
13 select des_decrypt("test", 'anotherkeystr');
14 select des_decrypt(1, 1);
15 select des_decrypt(des_encrypt("test", 'thekey'));
22 select des_decrypt(des_encrypt("hello",4));
23 select des_decrypt(des_encrypt("hello",'test'),'test');
25 select des_decrypt(des_encrypt("hello"),'default_password');
26 select des_decrypt(des_encrypt("hello",4),'password4');
29 SET @a=des_decrypt(des_encrypt("hello"));
31 select @a = des_decrypt(des_encrypt("hello"));
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/t/
H A Dfunc_encrypt_nossl.test9 # Test output from des_encrypt and des_decrypt when server is
18 select des_decrypt("test", 'anotherkeystr');
19 select des_decrypt(1, 1);
20 select des_decrypt(des_encrypt("test", 'thekey'));
27 select des_decrypt(des_encrypt("hello",4));
28 select des_decrypt(des_encrypt("hello",'test'),'test');
30 select des_decrypt(des_encrypt("hello"),'default_password');
31 select des_decrypt(des_encrypt("hello",4),'password4');
34 SET @a=des_decrypt(des_encrypt("hello"));
36 select @a = des_decrypt(des_encrypt("hello"));
[all …]

12345678910>>...13