Lines Matching defs:key
64 struct aesbs_ctx key;
69 struct aesbs_ctx key;
144 ctx->key.rounds = 6 + key_len / 4;
149 aesbs_convert_key(ctx->key.rk, rk.key_enc, ctx->key.rounds);
171 ctx->enc, ctx->key.rounds, blocks,
197 ctx->key.rk, ctx->key.rounds, blocks,
224 aesbs_ctr_encrypt(dst, src, ctx->key.rk, ctx->key.rounds,
237 neon_aes_ctr_encrypt(dst, src, ctx->enc, ctx->key.rounds,
326 ctx->key.rounds, 1);
329 fn(out, in, ctx->key.rk, ctx->key.rounds, blocks,
339 ctx->key.rounds, nbytes,
343 ctx->key.rounds, nbytes,
372 neon_aes_xts_encrypt(out, in, ctx->cts.key_enc, ctx->key.rounds,
375 neon_aes_xts_decrypt(out, in, ctx->cts.key_dec, ctx->key.rounds,