Lines Matching refs:AES_KEYSIZE_128
152 u8 key[AES_KEYSIZE_128];
601 memcpy(dev->iv_base, req->info, AES_KEYSIZE_128); in sahara_aes_process()
636 if (keylen == AES_KEYSIZE_128) { in sahara_aes_setkey()
642 if (keylen != AES_KEYSIZE_128 && in sahara_aes_setkey()
698 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_ecb_encrypt()
716 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_ecb_decrypt()
734 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_cbc_encrypt()
752 if (unlikely(ctx->keylen != AES_KEYSIZE_128)) { in sahara_aes_cbc_decrypt()
1531 dev->key_base = dma_alloc_coherent(&pdev->dev, 2 * AES_KEYSIZE_128, in sahara_probe()
1538 dev->iv_base = dev->key_base + AES_KEYSIZE_128; in sahara_probe()
1539 dev->iv_phys_base = dev->key_phys_base + AES_KEYSIZE_128; in sahara_probe()
1628 2 * AES_KEYSIZE_128, in sahara_probe()
1649 2 * AES_KEYSIZE_128, in sahara_remove()