cvm_setkey
return cvm_setkey(cipher, key, keylen, AES_CBC);
return cvm_setkey(cipher, key, keylen, AES_ECB);
cvm_setkey(cipher, key, keylen, DES3_CBC);
cvm_setkey(cipher, key, keylen, DES3_ECB);