/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 47 static int sha256_update(struct shash_desc *desc, const u8 *data, in sha256_update() 67 static int sha256_finup(struct shash_desc *desc, const u8 *data, in sha256_finup() 83 static int sha256_ssse3_update(struct shash_desc *desc, const u8 *data, in sha256_ssse3_update() 89 static int sha256_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha256_ssse3_finup() 96 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) in sha256_ssse3_final() 152 static int sha256_avx_update(struct shash_desc *desc, const u8 *data, in sha256_avx_update() 158 static int sha256_avx_finup(struct shash_desc *desc, const u8 *data, in sha256_avx_finup() 164 static int sha256_avx_final(struct shash_desc *desc, u8 *out) in sha256_avx_final() 236 static int sha256_avx2_update(struct shash_desc *desc, const u8 *data, in sha256_avx2_update() 242 static int sha256_avx2_finup(struct shash_desc *desc, const u8 *data, in sha256_avx2_finup() [all …]
|
D | sha1_ssse3_glue.c | 37 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update() 57 static int sha1_finup(struct shash_desc *desc, const u8 *data, in sha1_finup() 76 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update() 83 static int sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha1_ssse3_finup() 91 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final() 130 static int sha1_avx_update(struct shash_desc *desc, const u8 *data, in sha1_avx_update() 137 static int sha1_avx_finup(struct shash_desc *desc, const u8 *data, in sha1_avx_finup() 144 static int sha1_avx_final(struct shash_desc *desc, u8 *out) in sha1_avx_final() 222 static int sha1_avx2_update(struct shash_desc *desc, const u8 *data, in sha1_avx2_update() 229 static int sha1_avx2_finup(struct shash_desc *desc, const u8 *data, in sha1_avx2_finup() [all …]
|
D | sha512_ssse3_glue.c | 47 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() 67 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup() 83 static int sha512_ssse3_update(struct shash_desc *desc, const u8 *data, in sha512_ssse3_update() 89 static int sha512_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha512_ssse3_finup() 96 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final() 162 static int sha512_avx_update(struct shash_desc *desc, const u8 *data, in sha512_avx_update() 168 static int sha512_avx_finup(struct shash_desc *desc, const u8 *data, in sha512_avx_finup() 175 static int sha512_avx_final(struct shash_desc *desc, u8 *out) in sha512_avx_final() 235 static int sha512_avx2_update(struct shash_desc *desc, const u8 *data, in sha512_avx2_update() 241 static int sha512_avx2_finup(struct shash_desc *desc, const u8 *data, in sha512_avx2_finup() [all …]
|
D | cast5_avx_glue.c | 59 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 112 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 121 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 130 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt() 154 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 171 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt() 226 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 247 static void ctr_crypt_final(struct blkcipher_desc *desc, in ctr_crypt_final() 264 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt() 310 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
|
D | crct10dif-pclmul_glue.c | 48 static int chksum_init(struct shash_desc *desc) in chksum_init() 57 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() 71 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final() 90 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup() 98 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
|
D | crc32c-intel_glue.c | 114 static int crc32c_intel_init(struct shash_desc *desc) in crc32c_intel_init() 124 static int crc32c_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_intel_update() 140 static int crc32c_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_intel_finup() 146 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) in crc32c_intel_final() 154 static int crc32c_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_intel_digest() 171 static int crc32c_pcl_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_update() 202 static int crc32c_pcl_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_finup() 208 static int crc32c_pcl_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_digest()
|
D | serpent_avx2_glue.c | 139 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 145 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 151 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 158 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 165 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() 235 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt() 261 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt() 287 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt() 297 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
|
/arch/mips/vr41xx/common/ |
D | icu.c | 157 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_enable_piuint() local 172 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_disable_piuint() local 187 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_enable_aiuint() local 202 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_disable_aiuint() local 217 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_enable_kiuint() local 232 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_disable_kiuint() local 247 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_enable_macint() local 259 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_disable_macint() local 271 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_enable_dsiuint() local 283 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_disable_dsiuint() local [all …]
|
/arch/m68k/amiga/ |
D | amiints.c | 49 static void ami_int1(struct irq_desc *desc) in ami_int1() 72 static void ami_int3(struct irq_desc *desc) in ami_int3() 95 static void ami_int4(struct irq_desc *desc) in ami_int4() 124 static void ami_int5(struct irq_desc *desc) in ami_int5()
|
/arch/powerpc/crypto/ |
D | sha256-spe-glue.c | 64 static int ppc_spe_sha256_init(struct shash_desc *desc) in ppc_spe_sha256_init() 81 static int ppc_spe_sha224_init(struct shash_desc *desc) in ppc_spe_sha224_init() 98 static int ppc_spe_sha256_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha256_update() 143 static int ppc_spe_sha256_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha256_final() 183 static int ppc_spe_sha224_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha224_final() 204 static int ppc_spe_sha256_export(struct shash_desc *desc, void *out) in ppc_spe_sha256_export() 212 static int ppc_spe_sha256_import(struct shash_desc *desc, const void *in) in ppc_spe_sha256_import()
|
D | sha1.c | 31 static int sha1_init(struct shash_desc *desc) in sha1_init() 42 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update() 79 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final() 107 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export() 115 static int sha1_import(struct shash_desc *desc, const void *in) in sha1_import()
|
D | md5-glue.c | 36 static int ppc_md5_init(struct shash_desc *desc) in ppc_md5_init() 49 static int ppc_md5_update(struct shash_desc *desc, const u8 *data, in ppc_md5_update() 81 static int ppc_md5_final(struct shash_desc *desc, u8 *out) in ppc_md5_final() 113 static int ppc_md5_export(struct shash_desc *desc, void *out) in ppc_md5_export() 121 static int ppc_md5_import(struct shash_desc *desc, const void *in) in ppc_md5_import()
|
D | sha1-spe-glue.c | 63 static int ppc_spe_sha1_init(struct shash_desc *desc) in ppc_spe_sha1_init() 77 static int ppc_spe_sha1_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha1_update() 121 static int ppc_spe_sha1_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha1_final() 158 static int ppc_spe_sha1_export(struct shash_desc *desc, void *out) in ppc_spe_sha1_export() 166 static int ppc_spe_sha1_import(struct shash_desc *desc, const void *in) in ppc_spe_sha1_import()
|
/arch/sparc/crypto/ |
D | sha256_glue.c | 29 static int sha224_sparc64_init(struct shash_desc *desc) in sha224_sparc64_init() 45 static int sha256_sparc64_init(struct shash_desc *desc) in sha256_sparc64_init() 82 static int sha256_sparc64_update(struct shash_desc *desc, const u8 *data, in sha256_sparc64_update() 98 static int sha256_sparc64_final(struct shash_desc *desc, u8 *out) in sha256_sparc64_final() 131 static int sha224_sparc64_final(struct shash_desc *desc, u8 *hash) in sha224_sparc64_final() 143 static int sha256_sparc64_export(struct shash_desc *desc, void *out) in sha256_sparc64_export() 151 static int sha256_sparc64_import(struct shash_desc *desc, const void *in) in sha256_sparc64_import()
|
/arch/s390/crypto/ |
D | sha256_s390.c | 25 static int sha256_init(struct shash_desc *desc) in sha256_init() 43 static int sha256_export(struct shash_desc *desc, void *out) in sha256_export() 54 static int sha256_import(struct shash_desc *desc, const void *in) in sha256_import() 85 static int sha224_init(struct shash_desc *desc) in sha224_init()
|
D | sha512_s390.c | 26 static int sha512_init(struct shash_desc *desc) in sha512_init() 44 static int sha512_export(struct shash_desc *desc, void *out) in sha512_export() 56 static int sha512_import(struct shash_desc *desc, const void *in) in sha512_import() 92 static int sha384_init(struct shash_desc *desc) in sha384_init()
|
D | des_s390.c | 86 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt() 109 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt() 144 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt() 155 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt() 186 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt() 196 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt() 290 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt() 301 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt() 332 static int cbc_des3_encrypt(struct blkcipher_desc *desc, in cbc_des3_encrypt() 342 static int cbc_des3_decrypt(struct blkcipher_desc *desc, in cbc_des3_decrypt() [all …]
|
/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha256.c | 70 static int octeon_sha224_init(struct shash_desc *desc) in octeon_sha224_init() 87 static int octeon_sha256_init(struct shash_desc *desc) in octeon_sha256_init() 135 static int octeon_sha256_update(struct shash_desc *desc, const u8 *data, in octeon_sha256_update() 161 static int octeon_sha256_final(struct shash_desc *desc, u8 *out) in octeon_sha256_final() 201 static int octeon_sha224_final(struct shash_desc *desc, u8 *hash) in octeon_sha224_final() 213 static int octeon_sha256_export(struct shash_desc *desc, void *out) in octeon_sha256_export() 221 static int octeon_sha256_import(struct shash_desc *desc, const void *in) in octeon_sha256_import()
|
D | octeon-md5.c | 68 static int octeon_md5_init(struct shash_desc *desc) in octeon_md5_init() 81 static int octeon_md5_update(struct shash_desc *desc, const u8 *data, in octeon_md5_update() 121 static int octeon_md5_final(struct shash_desc *desc, u8 *out) in octeon_md5_final() 156 static int octeon_md5_export(struct shash_desc *desc, void *out) in octeon_md5_export() 164 static int octeon_md5_import(struct shash_desc *desc, const void *in) in octeon_md5_import()
|
/arch/arm/crypto/ |
D | sha256_neon_glue.c | 32 static int sha256_update(struct shash_desc *desc, const u8 *data, in sha256_update() 49 static int sha256_finup(struct shash_desc *desc, const u8 *data, in sha256_finup() 66 static int sha256_final(struct shash_desc *desc, u8 *out) in sha256_final()
|
D | sha512-neon-glue.c | 28 static int sha512_neon_update(struct shash_desc *desc, const u8 *data, in sha512_neon_update() 45 static int sha512_neon_finup(struct shash_desc *desc, const u8 *data, in sha512_neon_finup() 62 static int sha512_neon_final(struct shash_desc *desc, u8 *out) in sha512_neon_final()
|
D | sha1_glue.c | 33 int sha1_update_arm(struct shash_desc *desc, const u8 *data, in sha1_update_arm() 44 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final() 50 int sha1_finup_arm(struct shash_desc *desc, const u8 *data, in sha1_finup_arm()
|
D | sha1_neon_glue.c | 37 static int sha1_neon_update(struct shash_desc *desc, const u8 *data, in sha1_neon_update() 54 static int sha1_neon_finup(struct shash_desc *desc, const u8 *data, in sha1_neon_finup() 70 static int sha1_neon_final(struct shash_desc *desc, u8 *out) in sha1_neon_final()
|
D | sha256_glue.c | 36 int crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm_update() 47 static int sha256_final(struct shash_desc *desc, u8 *out) in sha256_final() 54 int crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm_finup()
|
/arch/powerpc/include/asm/ |
D | qe_ic.h | 68 void (*low_handler)(struct irq_desc *desc), in qe_ic_init() 69 void (*high_handler)(struct irq_desc *desc)) in qe_ic_init() 81 static inline void qe_ic_cascade_low_ipic(struct irq_desc *desc) in qe_ic_cascade_low_ipic() 90 static inline void qe_ic_cascade_high_ipic(struct irq_desc *desc) in qe_ic_cascade_high_ipic() 99 static inline void qe_ic_cascade_low_mpic(struct irq_desc *desc) in qe_ic_cascade_low_mpic() 111 static inline void qe_ic_cascade_high_mpic(struct irq_desc *desc) in qe_ic_cascade_high_mpic() 123 static inline void qe_ic_cascade_muxed_mpic(struct irq_desc *desc) in qe_ic_cascade_muxed_mpic()
|