Home
last modified time | relevance | path

Searched refs:givencrypt (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/crypto/
Dchainiv.c90 if (crypto_ablkcipher_crt(geniv)->givencrypt != in chainiv_givencrypt_first()
94 crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt; in chainiv_givencrypt_first()
217 if (crypto_ablkcipher_crt(geniv)->givencrypt != in async_chainiv_givencrypt_first()
221 crypto_ablkcipher_crt(geniv)->givencrypt = async_chainiv_givencrypt; in async_chainiv_givencrypt_first()
305 inst->alg.cra_ablkcipher.givencrypt = chainiv_givencrypt_first; in chainiv_alloc()
315 inst->alg.cra_ablkcipher.givencrypt = in chainiv_alloc()
Dseqiv.c196 if (crypto_ablkcipher_crt(geniv)->givencrypt != seqiv_givencrypt_first) in seqiv_givencrypt_first()
199 crypto_ablkcipher_crt(geniv)->givencrypt = seqiv_givencrypt; in seqiv_givencrypt_first()
219 if (crypto_aead_crt(geniv)->givencrypt != seqiv_aead_givencrypt_first) in seqiv_aead_givencrypt_first()
222 crypto_aead_crt(geniv)->givencrypt = seqiv_aead_givencrypt; in seqiv_aead_givencrypt_first()
276 inst->alg.cra_ablkcipher.givencrypt = seqiv_givencrypt_first; in seqiv_ablkcipher_alloc()
302 inst->alg.cra_aead.givencrypt = seqiv_aead_givencrypt_first; in seqiv_aead_alloc()
Deseqiv.c156 if (crypto_ablkcipher_crt(geniv)->givencrypt != eseqiv_givencrypt_first) in eseqiv_givencrypt_first()
159 crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; in eseqiv_givencrypt_first()
223 inst->alg.cra_ablkcipher.givencrypt = eseqiv_givencrypt_first; in eseqiv_alloc()
Daead.c105 crt->givencrypt = alg->givencrypt ?: no_givcrypt; in crypto_init_aead_ops()
189 crt->givencrypt = aead_null_givencrypt; in crypto_init_nivaead_ops()
Dablkcipher.c375 crt->givencrypt = skcipher_null_givencrypt; in crypto_init_ablkcipher_ops()
457 crt->givencrypt = alg->givencrypt; in crypto_init_givcipher_ops()
Dcryptd.c787 inst->alg.cra_aead.givencrypt = alg->cra_aead.givencrypt; in cryptd_create_aead()
Dpcrypt.c377 inst->alg.cra_aead.givencrypt = pcrypt_aead_givencrypt; in pcrypt_alloc_aead()
Dauthenc.c676 inst->alg.cra_aead.givencrypt = crypto_authenc_givencrypt; in crypto_authenc_alloc()
Dblkcipher.c469 crt->givencrypt = skcipher_null_givencrypt; in crypto_init_blkcipher_ops_async()
Dauthencesn.c768 inst->alg.cra_aead.givencrypt = crypto_authenc_esn_givencrypt; in crypto_authenc_esn_alloc()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c3405 .givencrypt = aead_null_givencrypt,
3424 .givencrypt = aead_null_givencrypt,
3443 .givencrypt = aead_null_givencrypt,
3463 .givencrypt = aead_null_givencrypt,
3483 .givencrypt = aead_null_givencrypt,
3503 .givencrypt = aead_null_givencrypt,
3523 .givencrypt = aead_givencrypt,
3542 .givencrypt = aead_givencrypt,
3561 .givencrypt = aead_givencrypt,
3581 .givencrypt = aead_givencrypt,
[all …]
/linux-4.1.27/include/crypto/
Dskcipher.h44 return crt->givencrypt(req); in crypto_skcipher_givencrypt()
Daead.h42 return crt->givencrypt(req); in crypto_aead_givencrypt()
/linux-4.1.27/include/linux/
Dcrypto.h286 int (*givencrypt)(struct skcipher_givcrypt_request *req); member
328 int (*givencrypt)(struct aead_givcrypt_request *req); member
596 int (*givencrypt)(struct skcipher_givcrypt_request *req); member
610 int (*givencrypt)(struct aead_givcrypt_request *req); member
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c1481 .givencrypt = spacc_aead_givencrypt,
1511 .givencrypt = spacc_aead_givencrypt,
1540 .givencrypt = spacc_aead_givencrypt,
1569 .givencrypt = spacc_aead_givencrypt,
1599 .givencrypt = spacc_aead_givencrypt,
1628 .givencrypt = spacc_aead_givencrypt,
Dixp4xx_crypto.c1461 cra->cra_aead.givencrypt = aead_givencrypt; in ixp_module_init()
Dtalitos.c2534 alg->cra_aead.givencrypt = aead_givencrypt; in talitos_alg_alloc()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c1200 .givencrypt = qat_alg_aead_genivenc,
1222 .givencrypt = qat_alg_aead_genivenc,
1244 .givencrypt = qat_alg_aead_genivenc,