Home
last modified time | relevance | path

Searched refs:AES_BLOCK_SIZE (Results 76 – 100 of 112) sorted by relevance

12345

/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_qi2.c1687 .ivsize = AES_BLOCK_SIZE,
1735 .ivsize = AES_BLOCK_SIZE,
1777 .ivsize = AES_BLOCK_SIZE,
1871 .ivsize = AES_BLOCK_SIZE,
1893 .ivsize = AES_BLOCK_SIZE,
1915 .ivsize = AES_BLOCK_SIZE,
1937 .ivsize = AES_BLOCK_SIZE,
1959 .ivsize = AES_BLOCK_SIZE,
1981 .ivsize = AES_BLOCK_SIZE,
2003 .ivsize = AES_BLOCK_SIZE,
[all …]
/openbmc/linux/crypto/
H A Daes_ti.c57 .cra_blocksize = AES_BLOCK_SIZE,
/openbmc/linux/arch/arm64/crypto/
H A Daes-cipher-glue.c36 .cra_blocksize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c939 .cra_blocksize = AES_BLOCK_SIZE,
959 .cra_blocksize = AES_BLOCK_SIZE,
971 .ivsize = AES_BLOCK_SIZE,
979 .cra_blocksize = AES_BLOCK_SIZE,
991 .ivsize = AES_BLOCK_SIZE,
999 .cra_blocksize = AES_BLOCK_SIZE,
1011 .ivsize = AES_BLOCK_SIZE,
/openbmc/linux/arch/arm/crypto/
H A Daes-cipher-glue.c37 .cra_blocksize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/qce/
H A Daead.c426 rctx->ivsize = AES_BLOCK_SIZE; in qce_aead_async_req_handle()
737 .blocksize = AES_BLOCK_SIZE,
738 .ivsize = AES_BLOCK_SIZE,
746 .ivsize = AES_BLOCK_SIZE,
747 .maxauthsize = AES_BLOCK_SIZE,
755 .maxauthsize = AES_BLOCK_SIZE,
/openbmc/linux/net/mac80211/
H A Daes_cmac.c29 u8 out[AES_BLOCK_SIZE]; in ieee80211_aes_cmac()
H A Dwpa.c429 u8 b_0[AES_BLOCK_SIZE]; in ccmp_encrypt_skb()
557 u8 aad[2 * AES_BLOCK_SIZE]; in ieee80211_crypto_ccmp_decrypt()
558 u8 b_0[AES_BLOCK_SIZE]; in ieee80211_crypto_ccmp_decrypt()
592 j_0[AES_BLOCK_SIZE - 1] = 0x01; in gcmp_special_blocks()
629 u8 j_0[AES_BLOCK_SIZE]; in gcmp_encrypt_skb()
753 u8 aad[2 * AES_BLOCK_SIZE]; in ieee80211_crypto_gcmp_decrypt()
754 u8 j_0[AES_BLOCK_SIZE]; in ieee80211_crypto_gcmp_decrypt()
/openbmc/linux/security/keys/encrypted-keys/
H A Dencrypted.c461 u8 iv[AES_BLOCK_SIZE]; in derived_key_encrypt()
475 sg_set_page(&sg_in[1], ZERO_PAGE(0), AES_BLOCK_SIZE, 0); in derived_key_encrypt()
563 u8 iv[AES_BLOCK_SIZE]; in derived_key_decrypt()
568 pad = kmalloc(AES_BLOCK_SIZE, GFP_KERNEL); in derived_key_decrypt()
584 sg_set_buf(&sg_out[1], pad, AES_BLOCK_SIZE); in derived_key_decrypt()
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c96 .ivsize = AES_BLOCK_SIZE,
101 .cra_blocksize = AES_BLOCK_SIZE,
122 .cra_blocksize = AES_BLOCK_SIZE,
H A Dsun4i-ss.h186 u8 backup_iv[AES_BLOCK_SIZE];
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c165 rctx->cmd.u.aes.iv_len = AES_BLOCK_SIZE; in ccp_do_cmac_update()
375 halg->digestsize = AES_BLOCK_SIZE; in ccp_register_aes_cmac_algs()
385 base->cra_blocksize = AES_BLOCK_SIZE; in ccp_register_aes_cmac_algs()
/openbmc/qemu/crypto/
H A Dcipher-nettle.c.inc284 uint8_t iv[AES_BLOCK_SIZE];
304 QCryptoNettleAES128, AES_BLOCK_SIZE,
310 uint8_t iv[AES_BLOCK_SIZE];
330 QCryptoNettleAES192, AES_BLOCK_SIZE,
336 uint8_t iv[AES_BLOCK_SIZE];
356 QCryptoNettleAES256, AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c1360 .base.cra_blocksize = AES_BLOCK_SIZE,
1364 .ivsize = AES_BLOCK_SIZE,
1371 .base.cra_blocksize = AES_BLOCK_SIZE,
1385 .ivsize = AES_BLOCK_SIZE,
1396 .ivsize = AES_BLOCK_SIZE,
1460 .cra_blocksize = AES_BLOCK_SIZE,
1462 .ivsize = AES_BLOCK_SIZE,
1472 .cra_blocksize = AES_BLOCK_SIZE,
1474 .ivsize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/nx/
H A Dnx.c234 data_back = (abs(oplen) / AES_BLOCK_SIZE) * sg->len; in trim_sg_list()
235 data_back = *nbytes - (data_back & ~(AES_BLOCK_SIZE - 1)); in trim_sg_list()
279 memcpy(oiv, iv, AES_BLOCK_SIZE); in nx_build_sg_lists()
289 delta = *nbytes - (*nbytes & ~(AES_BLOCK_SIZE - 1)); in nx_build_sg_lists()
H A Dnx-aes-ecb.c114 .base.cra_blocksize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/vmx/
H A Daes.c123 .cra_blocksize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c77 if (check_blocksize && !IS_ALIGNED(req->cryptlen, AES_BLOCK_SIZE)) in crypto4xx_crypt()
259 unsigned int nblks = ALIGN(req->cryptlen, AES_BLOCK_SIZE) / in crypto4xx_ctr_crypt()
260 AES_BLOCK_SIZE; in crypto4xx_ctr_crypt()
337 if (len < AES_BLOCK_SIZE) in crypto4xx_aead_need_fallback()
H A Dcrypto4xx_core.c578 u32 icv[AES_BLOCK_SIZE]; in crypto4xx_aead_done()
718 && (datalen % AES_BLOCK_SIZE); in crypto4xx_build_pd()
1199 .cra_blocksize = AES_BLOCK_SIZE,
1280 .cra_blocksize = AES_BLOCK_SIZE,
1321 .ivsize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dcipher.c760 .cra_blocksize = AES_BLOCK_SIZE,
774 memcpy(tmpl->ctx.skcipher.iv, req->iv, AES_BLOCK_SIZE); in mv_cesa_cbc_aes_op()
803 .ivsize = AES_BLOCK_SIZE,
810 .cra_blocksize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c177 .cra_blocksize = AES_BLOCK_SIZE,
189 .ivsize = AES_BLOCK_SIZE,
207 .cra_blocksize = AES_BLOCK_SIZE,
561 ss->flows[i].biv = devm_kmalloc(ss->dev, AES_BLOCK_SIZE, in allocate_flows()
569 ss->flows[i].iv[j] = devm_kmalloc(ss->dev, AES_BLOCK_SIZE, in allocate_flows()
/openbmc/linux/drivers/crypto/
H A Dsahara.c151 u8 iv_out[AES_BLOCK_SIZE];
452 dev->hw_desc[idx]->len1 = AES_BLOCK_SIZE; in sahara_hw_descriptor_create()
689 if (!IS_ALIGNED(req->cryptlen, AES_BLOCK_SIZE)) { in sahara_aes_crypt()
1153 .base.cra_blocksize = AES_BLOCK_SIZE,
1170 .base.cra_blocksize = AES_BLOCK_SIZE,
1179 .ivsize = AES_BLOCK_SIZE,
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c288 .cra_blocksize = AES_BLOCK_SIZE,
300 .ivsize = AES_BLOCK_SIZE,
318 .cra_blocksize = AES_BLOCK_SIZE,
743 ce->chanlist[i].bounce_iv = devm_kmalloc(ce->dev, AES_BLOCK_SIZE, in sun8i_ce_allocate_chanlist()
749 ce->chanlist[i].backup_iv = devm_kmalloc(ce->dev, AES_BLOCK_SIZE, in sun8i_ce_allocate_chanlist()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h26 #define AES_BLOCK_SIZE 16 macro
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_hash.c1772 .blocksize = AES_BLOCK_SIZE,
1784 .digestsize = AES_BLOCK_SIZE,
1785 .statesize = CC_STATE_SIZE(AES_BLOCK_SIZE),
1790 .inter_digestsize = AES_BLOCK_SIZE,
1797 .blocksize = AES_BLOCK_SIZE,
1809 .digestsize = AES_BLOCK_SIZE,
1810 .statesize = CC_STATE_SIZE(AES_BLOCK_SIZE),
1815 .inter_digestsize = AES_BLOCK_SIZE,

12345