Lines Matching refs:fallback
53 struct crypto_aes_ctx fallback; member
58 struct crypto_aes_ctx fallback; member
64 struct crypto_aes_ctx fallback; member
132 err = aes_expandkey(&ctx->fallback, in_key, key_len); in aesbs_cbc_setkey()
139 aesbs_convert_key(ctx->key.rk, ctx->fallback.key_enc, ctx->key.rounds); in aesbs_cbc_setkey()
162 __aes_arm_encrypt(ctx->fallback.key_enc, in cbc_encrypt()
209 err = aes_expandkey(&ctx->fallback, in_key, key_len); in aesbs_ctr_setkey_sync()
216 aesbs_convert_key(ctx->key.rk, ctx->fallback.key_enc, ctx->key.rounds); in aesbs_ctr_setkey_sync()
261 __aes_arm_encrypt(ctx->fallback.key_enc, ctx->key.rounds, src, dst); in ctr_encrypt_one()
283 err = aes_expandkey(&ctx->fallback, in_key, key_len); in aesbs_xts_setkey()
355 __aes_arm_encrypt(ctx->fallback.key_enc, rounds, buf, buf); in __xts_crypt()
357 __aes_arm_decrypt(ctx->fallback.key_dec, rounds, buf, buf); in __xts_crypt()