Home
last modified time | relevance | path

Searched refs:dthe_aes_setkey (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c148 static int dthe_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) in dthe_aes_setkey() function
167 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()