Lines Matching refs:cra_aead

768 	inst->alg.cra_aead.ivsize = 16;  in crypto_gcm_alloc_common()
769 inst->alg.cra_aead.maxauthsize = 16; in crypto_gcm_alloc_common()
773 inst->alg.cra_aead.setkey = crypto_gcm_setkey; in crypto_gcm_alloc_common()
774 inst->alg.cra_aead.setauthsize = crypto_gcm_setauthsize; in crypto_gcm_alloc_common()
775 inst->alg.cra_aead.encrypt = crypto_gcm_encrypt; in crypto_gcm_alloc_common()
776 inst->alg.cra_aead.decrypt = crypto_gcm_decrypt; in crypto_gcm_alloc_common()
1000 if (alg->cra_aead.ivsize != 16) in crypto_rfc4106_alloc()
1022 inst->alg.cra_aead.ivsize = 8; in crypto_rfc4106_alloc()
1023 inst->alg.cra_aead.maxauthsize = 16; in crypto_rfc4106_alloc()
1030 inst->alg.cra_aead.setkey = crypto_rfc4106_setkey; in crypto_rfc4106_alloc()
1031 inst->alg.cra_aead.setauthsize = crypto_rfc4106_setauthsize; in crypto_rfc4106_alloc()
1032 inst->alg.cra_aead.encrypt = crypto_rfc4106_encrypt; in crypto_rfc4106_alloc()
1033 inst->alg.cra_aead.decrypt = crypto_rfc4106_decrypt; in crypto_rfc4106_alloc()
1035 inst->alg.cra_aead.geniv = "seqiv"; in crypto_rfc4106_alloc()
1325 if (alg->cra_aead.ivsize != 16) in crypto_rfc4543_alloc()
1347 inst->alg.cra_aead.ivsize = 8; in crypto_rfc4543_alloc()
1348 inst->alg.cra_aead.maxauthsize = 16; in crypto_rfc4543_alloc()
1355 inst->alg.cra_aead.setkey = crypto_rfc4543_setkey; in crypto_rfc4543_alloc()
1356 inst->alg.cra_aead.setauthsize = crypto_rfc4543_setauthsize; in crypto_rfc4543_alloc()
1357 inst->alg.cra_aead.encrypt = crypto_rfc4543_encrypt; in crypto_rfc4543_alloc()
1358 inst->alg.cra_aead.decrypt = crypto_rfc4543_decrypt; in crypto_rfc4543_alloc()
1360 inst->alg.cra_aead.geniv = "seqiv"; in crypto_rfc4543_alloc()