Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/crypto/internal/
H A Daead.h42 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() function
60 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
/dports/multimedia/libv4l/linux-5.13-rc2/include/crypto/internal/
H A Daead.h42 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() function
60 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/crypto/internal/
H A Daead.h42 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance() function
60 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dpcrypt.c252 err = crypto_grab_aead(&ctx->spawn, aead_crypto_instance(inst), in pcrypt_create_aead()
258 err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base); in pcrypt_create_aead()
H A Dgeniv.c62 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in aead_geniv_alloc()
H A Dgcm.c597 err = crypto_grab_ahash(&ctx->ghash, aead_crypto_instance(inst), in crypto_gcm_create_common()
608 err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst), in crypto_gcm_create_common()
845 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4106_create()
1060 err = crypto_grab_aead(&ctx->aead, aead_crypto_instance(inst), in crypto_rfc4543_create()
H A Dauthencesn.c410 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_esn_create()
417 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
H A Dauthenc.c392 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_create()
399 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
H A Dccm.c467 err = crypto_grab_ahash(&ictx->mac, aead_crypto_instance(inst), in crypto_ccm_create_common()
478 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
724 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4309_create()
H A Daead.c298 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
H A Dchacha20poly1305.c578 err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst), in chachapoly_create()
584 err = crypto_grab_ahash(&ctx->poly, aead_crypto_instance(inst), in chachapoly_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dpcrypt.c252 err = crypto_grab_aead(&ctx->spawn, aead_crypto_instance(inst), in pcrypt_create_aead()
258 err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base); in pcrypt_create_aead()
H A Dgeniv.c62 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in aead_geniv_alloc()
H A Dgcm.c597 err = crypto_grab_ahash(&ctx->ghash, aead_crypto_instance(inst), in crypto_gcm_create_common()
608 err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst), in crypto_gcm_create_common()
845 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4106_create()
1060 err = crypto_grab_aead(&ctx->aead, aead_crypto_instance(inst), in crypto_rfc4543_create()
H A Dauthenc.c392 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_create()
399 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
H A Dauthencesn.c410 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_esn_create()
417 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
H A Dccm.c467 err = crypto_grab_ahash(&ictx->mac, aead_crypto_instance(inst), in crypto_ccm_create_common()
478 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
724 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4309_create()
H A Daead.c298 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dpcrypt.c252 err = crypto_grab_aead(&ctx->spawn, aead_crypto_instance(inst), in pcrypt_create_aead()
258 err = pcrypt_init_instance(aead_crypto_instance(inst), &alg->base); in pcrypt_create_aead()
H A Dgeniv.c62 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in aead_geniv_alloc()
H A Dgcm.c597 err = crypto_grab_ahash(&ctx->ghash, aead_crypto_instance(inst), in crypto_gcm_create_common()
608 err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst), in crypto_gcm_create_common()
845 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4106_create()
1060 err = crypto_grab_aead(&ctx->aead, aead_crypto_instance(inst), in crypto_rfc4543_create()
H A Dauthenc.c392 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_create()
399 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_create()
H A Dauthencesn.c410 err = crypto_grab_ahash(&ctx->auth, aead_crypto_instance(inst), in crypto_authenc_esn_create()
417 err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst), in crypto_authenc_esn_create()
H A Dccm.c467 err = crypto_grab_ahash(&ictx->mac, aead_crypto_instance(inst), in crypto_ccm_create_common()
478 err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst), in crypto_ccm_create_common()
724 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4309_create()
H A Daead.c298 return crypto_register_instance(tmpl, aead_crypto_instance(inst)); in aead_register_instance()

12