Home
last modified time | relevance | path

Searched defs:ictx (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dimon.c494 static void free_imon_context(struct imon_context *ictx) in free_imon_context()
515 struct imon_context *ictx = NULL; in display_open() local
566 struct imon_context *ictx = file->private_data; in display_close() local
593 static int send_packet(struct imon_context *ictx) in send_packet()
685 static int send_associate_24g(struct imon_context *ictx) in send_associate_24g()
714 static int send_set_imon_clock(struct imon_context *ictx, in send_set_imon_clock()
801 struct imon_context *ictx = dev_get_drvdata(d); in show_associate_remote() local
821 struct imon_context *ictx; in store_associate_remote() local
842 struct imon_context *ictx = dev_get_drvdata(d); in show_imon_clock() local
869 struct imon_context *ictx = dev_get_drvdata(d); in store_imon_clock() local
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c204 static int sb_aes_init(struct sb_image_ctx *ictx, uint8_t *iv, int enc) in sb_aes_init()
222 static int sb_aes_crypt(struct sb_image_ctx *ictx, uint8_t *in_data, in sb_aes_crypt()
253 static int sb_aes_reinit(struct sb_image_ctx *ictx, int enc) in sb_aes_reinit()
269 static void soprintf(struct sb_image_ctx *ictx, const char *fmt, ...) in soprintf()
309 static void sb_encrypt_sb_header(struct sb_image_ctx *ictx) in sb_encrypt_sb_header()
320 static void sb_encrypt_sb_sections_header(struct sb_image_ctx *ictx) in sb_encrypt_sb_sections_header()
340 static void sb_encrypt_key_dictionary_key(struct sb_image_ctx *ictx) in sb_encrypt_key_dictionary_key()
349 static void sb_decrypt_key_dictionary_key(struct sb_image_ctx *ictx) in sb_decrypt_key_dictionary_key()
358 static void sb_encrypt_tag(struct sb_image_ctx *ictx, in sb_encrypt_tag()
369 static int sb_encrypt_image(struct sb_image_ctx *ictx) in sb_encrypt_image()
[all …]
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dindex.c27 ntfs_index_context *ictx; in ntfs_index_ctx_get() local
43 void ntfs_index_ctx_put(ntfs_index_context *ictx) in ntfs_index_ctx_put()
106 ntfs_index_context *ictx) in ntfs_index_lookup()
H A Dindex.h97 static inline void ntfs_index_entry_flush_dcache_page(ntfs_index_context *ictx) in ntfs_index_entry_flush_dcache_page()
123 static inline void ntfs_index_entry_mark_dirty(ntfs_index_context *ictx) in ntfs_index_entry_mark_dirty()
H A Dquota.c25 ntfs_index_context *ictx; in ntfs_mark_quotas_out_of_date() local
/OK3568_Linux_fs/kernel/crypto/
H A Dauthenc.c117 struct authenc_instance_ctx *ictx = aead_instance_ctx(inst); in authenc_geniv_ahash_done() local
137 struct authenc_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_authenc_genicv() local
197 struct authenc_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_authenc_encrypt() local
235 struct authenc_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_authenc_decrypt_tail() local
284 struct authenc_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_authenc_decrypt() local
310 struct authenc_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_authenc_init_tfm() local
H A Dessiv.c265 static int essiv_init_tfm(struct essiv_instance_ctx *ictx, in essiv_init_tfm()
295 struct essiv_instance_ctx *ictx = skcipher_instance_ctx(inst); in essiv_skcipher_init_tfm() local
320 struct essiv_instance_ctx *ictx = aead_instance_ctx(inst); in essiv_aead_init_tfm() local
370 struct essiv_instance_ctx *ictx = skcipher_instance_ctx(inst); in essiv_skcipher_free_instance() local
378 struct essiv_instance_ctx *ictx = aead_instance_ctx(inst); in essiv_aead_free_instance() local
447 struct essiv_instance_ctx *ictx; in essiv_create() local
H A Dpcrypt.c101 struct pcrypt_instance_ctx *ictx; in pcrypt_aead_encrypt() local
148 struct pcrypt_instance_ctx *ictx; in pcrypt_aead_decrypt() local
175 struct pcrypt_instance_ctx *ictx = aead_instance_ctx(inst); in pcrypt_aead_init_tfm() local
H A Drsa-pkcs1pad.c385 struct pkcs1pad_inst_ctx *ictx = akcipher_instance_ctx(inst); in pkcs1pad_sign() local
442 struct pkcs1pad_inst_ctx *ictx = akcipher_instance_ctx(inst); in pkcs1pad_verify_complete() local
572 struct pkcs1pad_inst_ctx *ictx = akcipher_instance_ctx(inst); in pkcs1pad_init_tfm() local
H A Dadiantum.c400 struct adiantum_instance_ctx *ictx = skcipher_instance_ctx(inst); in adiantum_init_tfm() local
460 struct adiantum_instance_ctx *ictx = skcipher_instance_ctx(inst); in adiantum_free_instance() local
497 struct adiantum_instance_ctx *ictx; in adiantum_create() local
H A Dxts.c298 struct xts_instance_ctx *ictx = skcipher_instance_ctx(inst); in xts_init_tfm() local
333 struct xts_instance_ctx *ictx = skcipher_instance_ctx(inst); in xts_free_instance() local
H A Dcryptd.c189 struct cryptd_instance_ctx *ictx = crypto_instance_ctx(inst); in cryptd_get_queue() local
337 struct skcipherd_instance_ctx *ictx = skcipher_instance_ctx(inst); in cryptd_skcipher_init_tfm() local
427 struct hashd_instance_ctx *ictx = crypto_instance_ctx(inst); in cryptd_hash_init_tfm() local
790 struct aead_instance_ctx *ictx = aead_instance_ctx(inst); in cryptd_aead_init_tfm() local
H A Dccm.c396 struct ccm_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_ccm_init_tfm() local
453 struct ccm_instance_ctx *ictx; in crypto_ccm_create_common() local
H A Dgcm.c524 struct gcm_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_gcm_init_tfm() local
990 struct crypto_rfc4543_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_rfc4543_init_tfm() local
H A Dauthencesn.c325 struct authenc_esn_instance_ctx *ictx = aead_instance_ctx(inst); in crypto_authenc_esn_init_tfm() local
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/
H A Diep2.c72 static MPP_RET iep2_init(IepCtx *ictx) in iep2_init()
213 static MPP_RET iep2_deinit(IepCtx ictx) in iep2_deinit()
423 static MPP_RET iep2_control(IepCtx ictx, IepCmd cmd, void *iparam) in iep2_control()
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Dsha3_512_s390.c48 const struct sha3_state *ictx = in; in sha3_512_import() local
64 const struct sha3_state *ictx = in; in sha3_384_import() local
H A Dsha3_256_s390.c47 const struct sha3_state *ictx = in; in sha3_256_import() local
60 const struct sha3_state *ictx = in; in sha3_224_import() local
H A Dsha1_s390.c59 const struct sha1_state *ictx = in; in s390_sha1_import() local
H A Dsha256_s390.c52 const struct sha256_state *ictx = in; in sha256_import() local
H A Dsha512_s390.c54 const struct sha512_state *ictx = in; in sha512_import() local
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_vproc_dev.cpp60 void put_iep_ctx(iep_com_ctx *ictx) in put_iep_ctx()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c88 const struct md5_state *ictx = in; in sun4i_hash_import_md5() local
131 const struct sha1_state *ictx = in; in sun4i_hash_import_sha1() local
/OK3568_Linux_fs/external/mpp/test/
H A Dmpp_event_trigger.c226 struct event_ctx_impl *ictx = (struct event_ctx_impl *)ctx; in event_ctx_release() local
/OK3568_Linux_fs/kernel/drivers/dma/idxd/
H A Dcdev.c28 static struct idxd_cdev_context ictx[IDXD_TYPE_MAX] = { variable

12