Searched refs:dthe_aes_setkey (Results 1 – 1 of 1) sorted by relevance
148 static int dthe_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) in dthe_aes_setkey() function167 return dthe_aes_setkey(tfm, key, keylen); in dthe_aes_ecb_setkey()176 return dthe_aes_setkey(tfm, key, keylen); in dthe_aes_cbc_setkey()182 int ret = dthe_aes_setkey(tfm, key, keylen); in dthe_aes_ctr_setkey()