Lines Matching +full:- +full:19

35 	ctx->vtable = &br_aes_pwr8_cbcdec_vtable;  in br_aes_pwr8_cbcdec_init()
36 ctx->num_rounds = br_aes_pwr8_keysched(ctx->skey.skni, key, len); in br_aes_pwr8_cbcdec_init()
111 vperm(19, 19, 19, 15) in cbcdec_128()
116 vand(23, 19, 19) in cbcdec_128()
124 vxor(19, 19, 10) in cbcdec_128()
128 vncipher(19, 19, 9) in cbcdec_128()
132 vncipher(19, 19, 8) in cbcdec_128()
136 vncipher(19, 19, 7) in cbcdec_128()
140 vncipher(19, 19, 6) in cbcdec_128()
144 vncipher(19, 19, 5) in cbcdec_128()
148 vncipher(19, 19, 4) in cbcdec_128()
152 vncipher(19, 19, 3) in cbcdec_128()
156 vncipher(19, 19, 2) in cbcdec_128()
160 vncipher(19, 19, 1) in cbcdec_128()
164 vncipherlast(19, 19, 0) in cbcdec_128()
172 vxor(19, 19, 22) in cbcdec_128()
181 vperm(19, 19, 19, 15) in cbcdec_128()
286 vperm(19, 19, 19, 15) in cbcdec_192()
291 vand(23, 19, 19) in cbcdec_192()
299 vxor(19, 19, 12) in cbcdec_192()
303 vncipher(19, 19, 11) in cbcdec_192()
307 vncipher(19, 19, 10) in cbcdec_192()
311 vncipher(19, 19, 9) in cbcdec_192()
315 vncipher(19, 19, 8) in cbcdec_192()
319 vncipher(19, 19, 7) in cbcdec_192()
323 vncipher(19, 19, 6) in cbcdec_192()
327 vncipher(19, 19, 5) in cbcdec_192()
331 vncipher(19, 19, 4) in cbcdec_192()
335 vncipher(19, 19, 3) in cbcdec_192()
339 vncipher(19, 19, 2) in cbcdec_192()
343 vncipher(19, 19, 1) in cbcdec_192()
347 vncipherlast(19, 19, 0) in cbcdec_192()
355 vxor(19, 19, 22) in cbcdec_192()
364 vperm(19, 19, 19, 15) in cbcdec_192()
473 vperm(19, 19, 19, 15) in cbcdec_256()
478 vand(23, 19, 19) in cbcdec_256()
486 vxor(19, 19, 14) in cbcdec_256()
490 vncipher(19, 19, 13) in cbcdec_256()
494 vncipher(19, 19, 12) in cbcdec_256()
498 vncipher(19, 19, 11) in cbcdec_256()
502 vncipher(19, 19, 10) in cbcdec_256()
506 vncipher(19, 19, 9) in cbcdec_256()
510 vncipher(19, 19, 8) in cbcdec_256()
514 vncipher(19, 19, 7) in cbcdec_256()
518 vncipher(19, 19, 6) in cbcdec_256()
522 vncipher(19, 19, 5) in cbcdec_256()
526 vncipher(19, 19, 4) in cbcdec_256()
530 vncipher(19, 19, 3) in cbcdec_256()
534 vncipher(19, 19, 2) in cbcdec_256()
538 vncipher(19, 19, 1) in cbcdec_256()
542 vncipherlast(19, 19, 0) in cbcdec_256()
550 vxor(19, 19, 22) in cbcdec_256()
559 vperm(19, 19, 19, 15) in cbcdec_256()
600 memcpy(nextiv, buf + len - 16, 16); in br_aes_pwr8_cbcdec_run()
606 memcpy(tmp, buf + (num_blocks << 4) - 16, 16); in br_aes_pwr8_cbcdec_run()
607 switch (ctx->num_rounds) { in br_aes_pwr8_cbcdec_run()
609 cbcdec_128(ctx->skey.skni, iv, buf, num_blocks); in br_aes_pwr8_cbcdec_run()
612 cbcdec_192(ctx->skey.skni, iv, buf, num_blocks); in br_aes_pwr8_cbcdec_run()
615 cbcdec_256(ctx->skey.skni, iv, buf, num_blocks); in br_aes_pwr8_cbcdec_run()
626 memset(tmp + len, 0, (sizeof tmp) - len); in br_aes_pwr8_cbcdec_run()
627 switch (ctx->num_rounds) { in br_aes_pwr8_cbcdec_run()
629 cbcdec_128(ctx->skey.skni, iv, tmp, 4); in br_aes_pwr8_cbcdec_run()
632 cbcdec_192(ctx->skey.skni, iv, tmp, 4); in br_aes_pwr8_cbcdec_run()
635 cbcdec_256(ctx->skey.skni, iv, tmp, 4); in br_aes_pwr8_cbcdec_run()