Searched refs:aead_crypto_instance (Results 1 – 5 of 5) sorted by relevance
47 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() function65 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
379 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()
374 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()
311 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
500 inst = aead_crypto_instance(aead_inst); in essiv_create()