Symbol: aead_crypto_instance
crypto/aead.c
310
return crypto_register_instance(tmpl, aead_crypto_instance(inst));
crypto/authenc.c
379
err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst),
crypto/authenc.c
386
err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst),
crypto/authencesn.c
384
err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst),
crypto/authencesn.c
391
err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst),
crypto/ccm.c
463
err = crypto_grab_ahash(&ictx->mac, aead_crypto_instance(inst),
crypto/ccm.c
474
err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst),
crypto/ccm.c
718
err = crypto_grab_aead(spawn, aead_crypto_instance(inst),
crypto/chacha20poly1305.c
393
err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst),
crypto/cryptd.c
893
err = crypto_grab_aead(&ctx->aead_spawn, aead_crypto_instance(inst),
crypto/cryptd.c
899
err = cryptd_init_instance(aead_crypto_instance(inst), &alg->base);
crypto/essiv.c
500
inst = aead_crypto_instance(aead_inst);
crypto/gcm.c
1023
err = crypto_grab_aead(&ctx->aead, aead_crypto_instance(inst),
crypto/gcm.c
591
err = crypto_grab_ahash(&ctx->ghash, aead_crypto_instance(inst),
crypto/gcm.c
602
err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst),
crypto/gcm.c
837
err = crypto_grab_aead(spawn, aead_crypto_instance(inst),
crypto/geniv.c
61
err = crypto_grab_aead(spawn, aead_crypto_instance(inst),
crypto/krb5enc.c
420
err = crypto_grab_ahash(&ictx->auth, aead_crypto_instance(inst),
crypto/krb5enc.c
429
err = crypto_grab_skcipher(&ictx->enc, aead_crypto_instance(inst),
crypto/pcrypt.c
261
err = crypto_grab_aead(&ctx->spawn, aead_crypto_instance(inst),
crypto/pcrypt.c
267
err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base);
include/crypto/internal/aead.h
65
return crypto_instance_ctx(aead_crypto_instance(inst));