Searched refs:setkey_fallback_skcipher (Results 1 – 1 of 1) sorted by relevance
180 static int setkey_fallback_skcipher(struct crypto_skcipher *tfm, const u8 *key, in setkey_fallback_skcipher() function220 return setkey_fallback_skcipher(tfm, in_key, key_len); in ecb_aes_set_key()316 return setkey_fallback_skcipher(tfm, in_key, key_len); in cbc_aes_set_key()650 return setkey_fallback_skcipher(tfm, in_key, key_len); in ctr_aes_set_key()
Completed in 15 milliseconds