Searched refs:des3_setkey (Results 1 – 1 of 1) sorted by relevance
200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey() function217 return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des3_setkey_skcipher()247 .cia_setkey = des3_setkey,