des_setkey
return des_setkey(crypto_skcipher_tfm(tfm), key, key_len);
.cia_setkey = des_setkey,
err = des_setkey(cipher, key, keylen);