Searched refs:givencrypt (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/crypto/ |
D | chainiv.c | 90 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()
|
D | seqiv.c | 196 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()
|
D | eseqiv.c | 156 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()
|
D | aead.c | 105 crt->givencrypt = alg->givencrypt ?: no_givcrypt; in crypto_init_aead_ops() 189 crt->givencrypt = aead_null_givencrypt; in crypto_init_nivaead_ops()
|
D | ablkcipher.c | 375 crt->givencrypt = skcipher_null_givencrypt; in crypto_init_ablkcipher_ops() 457 crt->givencrypt = alg->givencrypt; in crypto_init_givcipher_ops()
|
D | cryptd.c | 787 inst->alg.cra_aead.givencrypt = alg->cra_aead.givencrypt; in cryptd_create_aead()
|
D | pcrypt.c | 377 inst->alg.cra_aead.givencrypt = pcrypt_aead_givencrypt; in pcrypt_alloc_aead()
|
D | authenc.c | 676 inst->alg.cra_aead.givencrypt = crypto_authenc_givencrypt; in crypto_authenc_alloc()
|
D | blkcipher.c | 469 crt->givencrypt = skcipher_null_givencrypt; in crypto_init_blkcipher_ops_async()
|
D | authencesn.c | 768 inst->alg.cra_aead.givencrypt = crypto_authenc_esn_givencrypt; in crypto_authenc_esn_alloc()
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamalg.c | 3405 .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/ |
D | skcipher.h | 44 return crt->givencrypt(req); in crypto_skcipher_givencrypt()
|
D | aead.h | 42 return crt->givencrypt(req); in crypto_aead_givencrypt()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 286 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/ |
D | picoxcell_crypto.c | 1481 .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,
|
D | ixp4xx_crypto.c | 1461 cra->cra_aead.givencrypt = aead_givencrypt; in ixp_module_init()
|
D | talitos.c | 2534 alg->cra_aead.givencrypt = aead_givencrypt; in talitos_alg_alloc()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 1200 .givencrypt = qat_alg_aead_genivenc, 1222 .givencrypt = qat_alg_aead_genivenc, 1244 .givencrypt = qat_alg_aead_genivenc,
|