Searched refs:SHA512 (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.h8 * MD5/SHA1/SHA256/SHA512 instruction definitions added by
99 * Macros needed to implement SHA512:
173 * Macros needed to implement SHA512:
/linux-4.1.27/arch/s390/crypto/
H A Dsha512_s390.c4 * s390 implementation of the SHA512 and SHA38 Secure Hash Algorithm.
155 MODULE_DESCRIPTION("SHA512 and SHA-384 Secure Hash Algorithm");
H A Dprng.c39 MODULE_PARM_DESC(prng_mode, "PRNG mode: 0 - auto, 1 - TDES, 2 - SHA512");
725 return snprintf(buf, PAGE_SIZE, "SHA512\n"); prng_mode_show()
835 /* SHA512 mode */ prng_init()
/linux-4.1.27/arch/x86/crypto/
H A Dsha512_ssse3_glue.c4 * Glue code for the SHA512 Secure Hash Algorithm assembler
195 MODULE_DESCRIPTION("SHA512 Secure Hash Algorithm, Supplemental SSE3 accelerated");
H A Dsha512-avx-asm.S168 # They are then added to their respective SHA512 constants at
275 # Purpose: Updates the SHA512 digest stored at D with the message stored in M.
276 # The size of the message pointed to by M must be an integer multiple of SHA512
278 # L is the message length in SHA512 blocks
381 # K[t] used in SHA512 hashing
H A Dsha512-ssse3-asm.S162 # They are then added to their respective SHA512 constants at
273 # Purpose: Updates the SHA512 digest stored at D with the message stored in M.
274 # The size of the message pointed to by M must be an integer multiple of SHA512
276 # L is the message length in SHA512 blocks.
380 # K[t] used in SHA512 hashing
H A Dsha512-avx2-asm.S566 # Purpose: Updates the SHA512 digest stored at D with the message stored in M.
567 # The size of the message pointed to by M must be an integer multiple of SHA512
569 # L is the message length in SHA512 blocks
690 # K[t] used in SHA512 hashing
/linux-4.1.27/arch/sparc/crypto/
H A Dopcodes.h26 #define SHA512 \ macro
H A Dsha512_glue.c1 /* Glue code for SHA512 hashing optimized for sparc64 crypto opcodes.
/linux-4.1.27/arch/arm/crypto/
H A Dsha512_neon_glue.c2 * Glue code for the SHA512 Secure Hash Algorithm assembly implementation
302 MODULE_DESCRIPTION("SHA512 Secure Hash Algorithm, NEON accelerated");
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dpstate.h99 #define CFR_SHA512 _AC(0x0000000000000080,UL) /* Supports SHA512 opcodes */
/linux-4.1.27/drivers/crypto/
H A Datmel-sha.c202 * multiple of 512 bits (SHA1/SHA224/SHA256) or 1024 bits (SHA384/SHA512).
205 * 128 bits block (SHA384/SHA512) equals to the message length in bits
212 * For SHA384/SHA512, padlen is calculated as followed:
1454 sha_dd->caps.has_sha_384_512 ? "/SHA384/SHA512" : ""); atmel_sha_probe()
/linux-4.1.27/crypto/asymmetric_keys/
H A Drsa.c82 [HASH_ALGO_SHA512] = _(SHA512),
/linux-4.1.27/crypto/
H A Dtestmgr.h1236 * SHA512 test vectors from from NIST and kerneli
2861 * SHA512 HMAC test vectors from RFC4231

Completed in 746 milliseconds