Home
last modified time | relevance | path

Searched refs:aead_crypto_instance (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/internal/
H A Daead.h47 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() function
65 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
/linux/crypto/
H A Dauthenc.c379 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_create()
386 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
H A Dauthencesn.c374 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_esn_create()
381 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
H A Daead.c311 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
H A Dessiv.c500 inst = aead_crypto_instance(aead_inst); in essiv_create()