Searched refs:des_setkey (Results 1 – 1 of 1) sorted by relevance
35 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() function52 return des_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des_setkey_skcipher()82 .cia_setkey = des_setkey,