Searched refs:sktfm (Results 1 – 1 of 1) sorted by relevance
277 static int cc_cipher_sethkey(struct crypto_skcipher *sktfm, const u8 *key, in cc_cipher_sethkey() argument280 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_sethkey()379 static int cc_cipher_setkey(struct crypto_skcipher *sktfm, const u8 *key, in cc_cipher_setkey() argument382 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_setkey()411 verify_skcipher_des3_key(sktfm, key)) || in cc_cipher_setkey()412 verify_skcipher_des_key(sktfm, key)) { in cc_cipher_setkey()