| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | sha256.c | 210 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha256_update() 239 void sha224_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha224_update() 245 static void __sha256_final(struct sha256_state *sctx, u8 *out, int digest_words) in __sha256_final() 272 void sha256_final(struct sha256_state *sctx, u8 *out) in sha256_final() 278 void sha224_final(struct sha256_state *sctx, u8 *out) in sha224_final() 286 struct sha256_state sctx; in sha256() local
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | aes_s390.c | 75 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in setkey_fallback_cip() local 87 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in aes_set_key() local 107 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_encrypt() local 118 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in crypto_aes_decrypt() local 131 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_init_cip() local 147 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm); in fallback_exit_cip() local 178 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in setkey_fallback_skcipher() local 188 static int fallback_skcipher_crypt(struct s390_aes_ctx *sctx, in fallback_skcipher_crypt() 204 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_set_key() local 225 struct s390_aes_ctx *sctx = crypto_skcipher_ctx(tfm); in ecb_aes_crypt() local [all …]
|
| H A D | sha1_s390.c | 32 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_init() local 47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_export() local 58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in s390_sha1_import() local
|
| H A D | sha512_s390.c | 41 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_export() local 53 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); in sha512_import() local
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | scrub.c | 86 struct scrub_ctx *sctx; member 107 struct scrub_ctx *sctx; member 124 struct scrub_ctx *sctx; member 265 static void scrub_pending_bio_inc(struct scrub_ctx *sctx) in scrub_pending_bio_inc() 271 static void scrub_pending_bio_dec(struct scrub_ctx *sctx) in scrub_pending_bio_dec() 527 static void scrub_free_csums(struct scrub_ctx *sctx) in scrub_free_csums() 538 static noinline_for_stack void scrub_free_ctx(struct scrub_ctx *sctx) in scrub_free_ctx() 569 static void scrub_put_ctx(struct scrub_ctx *sctx) in scrub_put_ctx() 578 struct scrub_ctx *sctx; in scrub_setup_ctx() local 823 struct scrub_ctx *sctx = sblock_to_check->sctx; in scrub_handle_errored_block() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-sha.c | 270 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_init_nano() local 282 struct sha1_state *sctx = shash_desc_ctx(desc); in padlock_sha1_update_nano() local 353 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_init_nano() local 366 struct sha256_state *sctx = shash_desc_ctx(desc); in padlock_sha256_update_nano() local 440 void *sctx = shash_desc_ctx(desc); in padlock_sha_export_nano() local 450 void *sctx = shash_desc_ctx(desc); in padlock_sha_import_nano() local
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | sha3_generic.c | 163 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_init() local 178 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_update() local 215 struct sha3_state *sctx = shash_desc_ctx(desc); in crypto_sha3_final() local
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mxsimage.c | 323 struct sb_section_ctx *sctx = ictx->sect_head; in sb_encrypt_sb_sections_header() local 397 struct sb_section_ctx *sctx = ictx->sect_head; in sb_encrypt_image() local 712 struct sb_section_ctx *sctx; in sb_build_section() local 787 struct sb_section_ctx *sctx = ictx->sect_tail; in sb_build_command_nop() local 822 struct sb_section_ctx *sctx = ictx->sect_tail; in sb_build_command_tag() local 866 struct sb_section_ctx *sctx = ictx->sect_tail; in sb_build_command_load() local 1039 struct sb_section_ctx *sctx = ictx->sect_tail; in sb_build_command_fill() local 1137 struct sb_section_ctx *sctx = ictx->sect_tail; in sb_build_command_jump_call() local 1239 struct sb_section_ctx *sctx = ictx->sect_tail; in sb_build_command_mode() local 1356 struct sb_section_ctx *sctx = ictx->sect_head; in sb_postfill_image_header() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha3-ce-glue.c | 37 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_update() local 83 struct sha3_state *sctx = shash_desc_ctx(desc); in sha3_final() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-aes-xcbc.c | 158 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_init() local 169 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_update() local 294 struct xcbc_state *sctx = shash_desc_ctx(desc); in nx_xcbc_final() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_cmd.c | 650 struct submit_ctx sctx; in rtw_createbss_cmd() local 1039 struct submit_ctx sctx; in sta_disassoc_cmd() local 1103 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1165 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1256 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1658 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1748 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1816 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 2016 struct submit_ctx sctx; in rtw_get_chplan_cmd() local 2398 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_cmd.c | 650 struct submit_ctx sctx; in rtw_createbss_cmd() local 1036 struct submit_ctx sctx; in sta_disassoc_cmd() local 1100 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1162 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1253 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1655 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1745 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1813 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 2013 struct submit_ctx sctx; in rtw_get_chplan_cmd() local 2395 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/purgatory/ |
| H A D | purgatory.c | 19 struct sha256_state sctx; in verify_sha256_digest() local
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | sha.h | 136 static inline void sha256_init(struct sha256_state *sctx) in sha256_init() 152 static inline void sha224_init(struct sha256_state *sctx) in sha224_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_cmd.c | 897 struct submit_ctx sctx; in rtw_createbss_cmd() local 1261 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1312 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1400 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1706 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1796 struct submit_ctx sctx; in rtw_iqk_cmd() local 1838 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1908 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 2107 struct submit_ctx sctx; in rtw_get_chplan_cmd() local 2565 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_cmd.c | 897 struct submit_ctx sctx; in rtw_createbss_cmd() local 1261 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1312 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1400 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1706 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1796 struct submit_ctx sctx; in rtw_iqk_cmd() local 1838 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1908 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 2107 struct submit_ctx sctx; in rtw_get_chplan_cmd() local 2565 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_cmd.c | 897 struct submit_ctx sctx; in rtw_createbss_cmd() local 1199 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1250 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1338 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1644 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1734 struct submit_ctx sctx; in rtw_iqk_cmd() local 1776 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1843 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 1996 struct submit_ctx sctx; in rtw_get_chplan_cmd() local 2418 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_cmd.c | 898 struct submit_ctx sctx; in rtw_createbss_cmd() local 1200 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1251 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1339 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1645 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1735 struct submit_ctx sctx; in rtw_iqk_cmd() local 1777 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1844 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 1996 struct submit_ctx sctx; in rtw_get_chplan_cmd() local 2418 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_cmd.c | 897 struct submit_ctx sctx; in rtw_createbss_cmd() local 1199 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1250 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1338 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1644 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1734 struct submit_ctx sctx; in rtw_iqk_cmd() local 1776 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1843 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 1995 struct submit_ctx sctx; in rtw_get_chplan_cmd() local 2417 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/purgatory/ |
| H A D | purgatory.c | 25 struct sha256_state sctx; in verify_sha256_digest() local
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha512-neon-glue.c | 29 struct sha512_state *sctx = shash_desc_ctx(desc); in sha512_neon_update() local
|
| H A D | sha256_neon_glue.c | 30 struct sha256_state *sctx = shash_desc_ctx(desc); in crypto_sha256_neon_update() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_cmd.c | 897 struct submit_ctx sctx; in rtw_createbss_cmd() local 1199 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1250 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1338 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1644 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1734 struct submit_ctx sctx; in rtw_iqk_cmd() local 1776 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1843 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 2315 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local 3037 struct submit_ctx sctx; in _rtw_lps_ctrl_wk_cmd() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_cmd.c | 893 struct submit_ctx sctx; in rtw_createbss_cmd() local 1187 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1239 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1328 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1634 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1725 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1792 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 2264 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local 2978 struct submit_ctx sctx; in _rtw_lps_ctrl_wk_cmd() local 3390 struct submit_ctx sctx; in _p2p_roch_cmd() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_cmd.c | 897 struct submit_ctx sctx; in rtw_createbss_cmd() local 1199 struct submit_ctx sctx; in rtw_disassoc_cmd() local 1250 struct submit_ctx sctx; in rtw_stop_ap_cmd() local 1338 struct submit_ctx sctx; in rtw_setopmode_cmd() local 1644 struct submit_ctx sctx; in rtw_free_assoc_resources_cmd() local 1734 struct submit_ctx sctx; in rtw_iqk_cmd() local 1776 struct submit_ctx sctx; in rtw_set_chbw_cmd() local 1843 struct submit_ctx sctx; in _rtw_set_chplan_cmd() local 2315 struct submit_ctx sctx; in rtw_ctrl_txss_wk_cmd() local 3037 struct submit_ctx sctx; in _rtw_lps_ctrl_wk_cmd() local [all …]
|