Searched refs:setauthsize (Results 1 – 18 of 18) sorted by relevance
/linux-4.19.296/include/crypto/ |
D | morus640_glue.h | 88 .setauthsize = crypto_morus640_glue_setauthsize, \ 111 .setauthsize = cryptd_morus640_glue_setauthsize, \
|
D | morus1280_glue.h | 88 .setauthsize = crypto_morus1280_glue_setauthsize, \ 111 .setauthsize = cryptd_morus1280_glue_setauthsize, \
|
D | aead.h | 139 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
|
D | if_alg.h | 56 int (*setauthsize)(void *private, unsigned int authsize); member
|
/linux-4.19.296/crypto/ |
D | aead.c | 81 if (crypto_aead_alg(tfm)->setauthsize) { in crypto_aead_setauthsize() 82 err = crypto_aead_alg(tfm)->setauthsize(tfm, authsize); in crypto_aead_setauthsize() 266 inst->alg.setauthsize = aead_geniv_setauthsize; in aead_geniv_alloc()
|
D | gcm.c | 685 inst->alg.setauthsize = crypto_gcm_setauthsize; in crypto_gcm_create_common() 960 inst->alg.setauthsize = crypto_rfc4106_setauthsize; in crypto_rfc4106_create() 1202 inst->alg.setauthsize = crypto_rfc4543_setauthsize; in crypto_rfc4543_create()
|
D | aegis128.c | 421 .setauthsize = crypto_aegis128_setauthsize,
|
D | pcrypt.c | 329 inst->alg.setauthsize = pcrypt_aead_setauthsize; in pcrypt_create_aead()
|
D | aegis256.c | 436 .setauthsize = crypto_aegis256_setauthsize,
|
D | af_alg.c | 263 if (!type->setauthsize) in alg_setsockopt() 265 err = type->setauthsize(ask->private, optlen); in alg_setsockopt()
|
D | ccm.c | 543 inst->alg.setauthsize = crypto_ccm_setauthsize; in crypto_ccm_create_common() 826 inst->alg.setauthsize = crypto_rfc4309_setauthsize; in crypto_rfc4309_create()
|
D | morus640.c | 496 .setauthsize = crypto_morus640_setauthsize,
|
D | aegis128l.c | 485 .setauthsize = crypto_aegis128l_setauthsize,
|
D | algif_aead.c | 595 .setauthsize = aead_setauthsize,
|
D | authencesn.c | 486 inst->alg.setauthsize = crypto_authenc_esn_setauthsize; in crypto_authenc_esn_create()
|
D | morus1280.c | 504 .setauthsize = crypto_morus1280_setauthsize,
|
D | chacha20poly1305.c | 683 inst->alg.setauthsize = chachapoly_setauthsize; in chachapoly_create()
|
D | cryptd.c | 1096 inst->alg.setauthsize = cryptd_aead_setauthsize; in cryptd_create_aead()
|