Searched refs:ivsize (Results 76 - 100 of 172) sorted by relevance

1234567

/linux-master/arch/s390/crypto/
H A Daes_s390.c372 .ivsize = AES_BLOCK_SIZE,
523 .ivsize = AES_BLOCK_SIZE,
624 .ivsize = AES_BLOCK_SIZE,
830 unsigned int ivsize = crypto_aead_ivsize(tfm); local
869 memcpy(param.j0, req->iv, ivsize);
870 *(u32 *)(param.j0 + ivsize) = 1;
943 .ivsize = GHASH_BLOCK_SIZE - sizeof(u32),
H A Dchacha-glue.c104 .ivsize = CHACHA_IV_SIZE,
/linux-master/drivers/crypto/bcm/
H A Dcipher.c3035 .ivsize = GCM_AES_IV_SIZE,
3058 .ivsize = CCM_AES_IV_SIZE,
3081 .ivsize = GCM_RFC4106_IV_SIZE,
3104 .ivsize = CCM_AES_IV_SIZE,
3127 .ivsize = GCM_RFC4106_IV_SIZE,
3152 .ivsize = AES_BLOCK_SIZE,
3177 .ivsize = AES_BLOCK_SIZE,
3202 .ivsize = AES_BLOCK_SIZE,
3227 .ivsize = DES_BLOCK_SIZE,
3252 .ivsize
[all...]
/linux-master/drivers/crypto/
H A Dsahara.c544 unsigned int ivsize = crypto_skcipher_ivsize(skcipher); local
549 ivsize, req->cryptlen - ivsize);
551 memcpy(req->iv, rctx->iv_out, ivsize);
580 unsigned int ivsize = crypto_skcipher_ivsize(skcipher); local
582 memcpy(dev->iv_base, req->iv, ivsize);
586 rctx->iv_out, ivsize,
587 req->cryptlen - ivsize);
1136 .ivsize = AES_BLOCK_SIZE,
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c94 .ivsize = AES_BLOCK_SIZE,
137 .ivsize = DES_BLOCK_SIZE,
180 .ivsize = DES3_EDE_BLOCK_SIZE,
/linux-master/crypto/
H A Dcrypto_null.c118 .ivsize = NULL_IV_SIZE,
H A Dsimd.c182 alg->ivsize = ialg->ivsize;
429 alg->ivsize = ialg->ivsize;
H A Dkeywrap.c283 inst->alg.ivsize = SEMIBSIZE;
H A Dlrw.c345 if (alg->ivsize)
384 inst->alg.ivsize = LRW_BLOCK_SIZE;
H A Dchacha20poly1305.c556 const char *name, unsigned int ivsize)
565 if (ivsize > CHACHAPOLY_IV_SIZE)
576 ctx->saltlen = CHACHAPOLY_IV_SIZE - ivsize;
594 if (chacha->ivsize != CHACHA_IV_SIZE)
616 inst->alg.ivsize = ivsize;
555 chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, const char *name, unsigned int ivsize) argument
H A Dtestmgr.c2033 const unsigned int ivsize = crypto_aead_ivsize(tfm); local
2083 if (WARN_ON(ivsize > MAX_IVLEN))
2086 memcpy(iv, vec->iv, ivsize);
2088 memset(iv, 0, ivsize);
2276 unsigned int ivsize)
2278 const unsigned int aad_tail_size = aad_iv ? ivsize : 0;
2311 const unsigned int ivsize = crypto_aead_ivsize(tfm); local
2319 if (suite->aad_iv && vec->alen >= ivsize)
2321 memcpy((u8 *)vec->assoc + vec->alen - ivsize, vec->iv, ivsize);
2274 mutate_aead_message(struct rnd_state *rng, struct aead_testvec *vec, bool aad_iv, unsigned int ivsize) argument
2381 const unsigned int ivsize = crypto_aead_ivsize(tfm); local
2394 generate_random_bytes(rng, (u8 *)vec->iv, ivsize); local
2812 const unsigned int ivsize = crypto_skcipher_ivsize(tfm); local
3025 const unsigned int ivsize = crypto_skcipher_ivsize(tfm); local
3038 generate_random_bytes(rng, (u8 *)vec->iv, ivsize); local
3079 const unsigned int ivsize = crypto_skcipher_ivsize(tfm); local
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ctr.c140 .ivsize = CTR_RFC3686_IV_SIZE,
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c447 .ivsize = AES_BLOCK_SIZE,
466 .ivsize = AES_BLOCK_SIZE,
482 .ivsize = AES_BLOCK_SIZE,
498 .ivsize = AES_BLOCK_SIZE,
/linux-master/arch/x86/crypto/
H A Dblowfish_glue.c132 .ivsize = BF_BLOCK_SIZE,
H A Dsm4_aesni_avx_glue.c292 .ivsize = SM4_BLOCK_SIZE,
309 .ivsize = SM4_BLOCK_SIZE,
/linux-master/block/
H A Dblk-crypto-internal.h17 unsigned int ivsize; /* iv size in bytes */ member in struct:blk_crypto_mode
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec.h106 u32 ivsize; member in struct:sec_cipher_ctx
/linux-master/arch/powerpc/crypto/
H A Daes_ctr.c147 .ivsize = AES_BLOCK_SIZE,
H A Daes_xts.c161 .ivsize = AES_BLOCK_SIZE,
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-glue.c498 .ivsize = AES_BLOCK_SIZE,
513 .ivsize = AES_BLOCK_SIZE,
532 .ivsize = AES_BLOCK_SIZE,
551 .ivsize = AES_BLOCK_SIZE,
/linux-master/include/crypto/
H A Dif_alg.h237 unsigned int ivsize);
/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c700 .ivsize = AES_BLOCK_SIZE,
753 .ivsize = DES_BLOCK_SIZE,
806 .ivsize = DES_BLOCK_SIZE,
836 .ivsize = AES_BLOCK_SIZE,
862 .ivsize = DES_BLOCK_SIZE,
888 .ivsize = DES_BLOCK_SIZE,
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c96 * cipher's ivsize.
151 * cipher's ivsize.
665 * @ivsize: size of @iv, in octets
678 u8 *iv, unsigned int ivsize)
723 memcpy(iv, desc.iv, ivsize);
933 unsigned int ivsize = crypto_sync_skcipher_ivsize(cipher); local
943 iv = kzalloc(ivsize, GFP_KERNEL);
955 sg_init_one(sg, iv, ivsize);
956 ahash_request_set_crypt(req, sg, NULL, ivsize);
675 krb5_cbc_cts_encrypt(struct crypto_sync_skcipher *cts_tfm, struct crypto_sync_skcipher *cbc_tfm, u32 offset, struct xdr_buf *buf, struct page **pages, u8 *iv, unsigned int ivsize) argument
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c1296 .base.ivsize = AES_BLOCK_SIZE,
1318 .base.ivsize = AES_BLOCK_SIZE,
1341 .base.ivsize = AES_BLOCK_SIZE,
1385 .base.ivsize = AES_BLOCK_SIZE,
1406 .base.ivsize = AES_BLOCK_SIZE,
1428 .base.ivsize = AES_BLOCK_SIZE,
1455 .base.ivsize = GCM_AES_IV_SIZE,
1478 .base.ivsize = AES_BLOCK_SIZE,
1500 .base.ivsize = GCM_AES_IV_SIZE,
1522 .base.ivsize
[all...]
/linux-master/drivers/crypto/ccree/
H A Dcc_aead.c2309 .ivsize = AES_BLOCK_SIZE,
2329 .ivsize = DES3_EDE_BLOCK_SIZE,
2349 .ivsize = AES_BLOCK_SIZE,
2369 .ivsize = DES3_EDE_BLOCK_SIZE,
2389 .ivsize = AES_BLOCK_SIZE,
2409 .ivsize = CTR_RFC3686_IV_SIZE,
2429 .ivsize = CTR_RFC3686_IV_SIZE,
2449 .ivsize = CTR_RFC3686_IV_SIZE,
2469 .ivsize = AES_BLOCK_SIZE,
2489 .ivsize
[all...]

Completed in 512 milliseconds

1234567