Searched refs:SHA512 (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-crypto.h | 8 * MD5/SHA1/SHA256/SHA512 instruction definitions added by 99 * Macros needed to implement SHA512: 173 * Macros needed to implement SHA512:
|
/linux-4.4.14/arch/s390/crypto/ |
H A D | sha512_s390.c | 4 * s390 implementation of the SHA512 and SHA38 Secure Hash Algorithm. 156 MODULE_DESCRIPTION("SHA512 and SHA-384 Secure Hash Algorithm");
|
H A D | prng.c | 40 MODULE_PARM_DESC(prng_mode, "PRNG mode: 0 - auto, 1 - TDES, 2 - SHA512"); 726 return snprintf(buf, PAGE_SIZE, "SHA512\n"); prng_mode_show() 836 /* SHA512 mode */ prng_init()
|
/linux-4.4.14/arch/sparc/crypto/ |
H A D | opcodes.h | 26 #define SHA512 \ macro
|
H A D | sha512_glue.c | 1 /* Glue code for SHA512 hashing optimized for sparc64 crypto opcodes.
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 168 # 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 D | sha512-ssse3-asm.S | 162 # 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 D | sha512_ssse3_glue.c | 4 * Glue code for the SHA512 Secure Hash Algorithm assembler 346 MODULE_DESCRIPTION("SHA512 Secure Hash Algorithm, Supplemental SSE3 accelerated");
|
H A D | sha512-avx2-asm.S | 566 # 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.4.14/arch/sparc/include/uapi/asm/ |
H A D | pstate.h | 99 #define CFR_SHA512 _AC(0x0000000000000080,UL) /* Supports SHA512 opcodes */
|
/linux-4.4.14/drivers/crypto/ |
H A D | atmel-sha.c | 202 * 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.4.14/crypto/asymmetric_keys/ |
H A D | rsa.c | 82 [HASH_ALGO_SHA512] = _(SHA512),
|
/linux-4.4.14/arch/arm/crypto/ |
H A D | sha512-armv4.pl | 12 # SHA512 block procedure for ARMv4. September 2007. 629 .asciz "SHA512 block transform for ARMv4/NEON, CRYPTOGAMS by <appro\@openssl.org>"
|
/linux-4.4.14/crypto/ |
H A D | testmgr.h | 1460 * SHA512 test vectors from from NIST and kerneli 3142 * SHA512 HMAC test vectors from RFC4231
|
Completed in 646 milliseconds