Searched refs:aes_set_key (Results 1 – 1 of 1) sorted by relevance
107 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function165 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()337 .cia_setkey = aes_set_key,