Searched refs:aes_setkey (Results 1 – 2 of 2) sorted by relevance
28 #define aes_setkey ce_aes_setkey macro42 #define aes_setkey crypto_aes_set_key macro108 return aes_setkey(crypto_skcipher_tfm(tfm), in_key, key_len); in skcipher_aes_setkey()
1864 static int aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in aes_setkey() function1932 err = aes_setkey(cipher, key, keylen); in ablkcipher_setkey()