|
My Project
|
Public Member Functions | |
| Item_func_des_encrypt (Item *a) | |
| Item_func_des_encrypt (Item *a, Item *b) | |
| String * | val_str (String *) |
| void | fix_length_and_dec () |
| const char * | func_name () const |
| String * Item_func_des_encrypt::val_str | ( | String * | str | ) | [virtual] |
Function des_encrypt() by tonu@spam.ee & monty Works only if compiled with OpenSSL library support.
new_length= org_length + (8-(org_length % 8))+1
Implements Item.
1.7.6.1