Searched refs:setkey_fallback_skcipher (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 174 static int setkey_fallback_skcipher(struct crypto_skcipher *tfm, const u8 *key, in setkey_fallback_skcipher() function 214 return setkey_fallback_skcipher(tfm, in_key, key_len); in ecb_aes_set_key() 310 return setkey_fallback_skcipher(tfm, in_key, key_len); in cbc_aes_set_key() 546 return setkey_fallback_skcipher(tfm, in_key, key_len); in ctr_aes_set_key()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 175 static int setkey_fallback_skcipher(struct crypto_skcipher *tfm, const u8 *key, in setkey_fallback_skcipher() function 215 return setkey_fallback_skcipher(tfm, in_key, key_len); in ecb_aes_set_key() 311 return setkey_fallback_skcipher(tfm, in_key, key_len); in cbc_aes_set_key() 543 return setkey_fallback_skcipher(tfm, in_key, key_len); in ctr_aes_set_key()
|
Completed in 3 milliseconds