Searched refs:aead_crypto_instance (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/crypto/internal/
H A Daead.h47 static inline struct crypto_instance *aead_crypto_instance( function
65 return crypto_instance_ctx(aead_crypto_instance(inst));
/linux-master/crypto/
H A Dgeniv.c62 err = crypto_grab_aead(spawn, aead_crypto_instance(inst),
H A Dpcrypt.c260 err = crypto_grab_aead(&ctx->spawn, aead_crypto_instance(inst),
266 err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base);
H A Dauthenc.c384 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst),
391 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst),
H A Dauthencesn.c400 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst),
407 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst),
H A Dgcm.c595 err = crypto_grab_ahash(&ctx->ghash, aead_crypto_instance(inst),
606 err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst),
841 err = crypto_grab_aead(spawn, aead_crypto_instance(inst),
1056 err = crypto_grab_aead(&ctx->aead, aead_crypto_instance(inst),
H A Daead.c360 return crypto_register_instance(tmpl, aead_crypto_instance(inst));
H A Dccm.c467 err = crypto_grab_ahash(&ictx->mac, aead_crypto_instance(inst),
478 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst),
722 err = crypto_grab_aead(spawn, aead_crypto_instance(inst),
H A Dchacha20poly1305.c578 err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst),
584 err = crypto_grab_ahash(&ctx->poly, aead_crypto_instance(inst),
H A Dessiv.c503 inst = aead_crypto_instance(aead_inst);
H A Dcryptd.c887 err = crypto_grab_aead(&ctx->aead_spawn, aead_crypto_instance(inst),
893 err = cryptd_init_instance(aead_crypto_instance(inst), &alg->base);

Completed in 163 milliseconds