Lines Matching refs:AES_KEYSIZE_128
152 u8 key[AES_KEYSIZE_128];
575 memcpy(dev->iv_base, req->info, AES_KEYSIZE_128); in sahara_aes_process()
610 if (keylen == AES_KEYSIZE_128) { in sahara_aes_setkey()
616 if (keylen != AES_KEYSIZE_128 && in sahara_aes_setkey()
672 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_ecb_encrypt()
690 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_ecb_decrypt()
708 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_cbc_encrypt()
726 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_cbc_decrypt()
1467 dev->key_base = dmam_alloc_coherent(&pdev->dev, 2 * AES_KEYSIZE_128, in sahara_probe()
1473 dev->iv_base = dev->key_base + AES_KEYSIZE_128; in sahara_probe()
1474 dev->iv_phys_base = dev->key_phys_base + AES_KEYSIZE_128; in sahara_probe()