Searched refs:SHA256 (Results 1 - 24 of 24) 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 25 * Macros needed to implement MD5/SHA1/SHA256: 29 * The index can be 0-1 (MD5) or 0-2 (SHA1), 0-3 (SHA256). 40 * The index can be 0-1 (MD5) or 0-2 (SHA1), 0-3 (SHA256).
|
/linux-4.4.14/arch/arm/crypto/ |
H A D | sha256_glue.c | 2 * Glue code for the SHA256 Secure Hash Algorithm assembly implementation 126 MODULE_DESCRIPTION("SHA256 Secure Hash Algorithm (ARM), including NEON");
|
H A D | sha256_neon_glue.c | 2 * Glue code for the SHA256 Secure Hash Algorithm assembly implementation
|
H A D | sha256-armv4.pl | 12 # SHA256 block procedure for ARMv4. May 2007. 667 .asciz "SHA256 block transform for ARMv4/NEON/ARMv8, CRYPTOGAMS by <appro\@openssl.org>"
|
/linux-4.4.14/arch/s390/crypto/ |
H A D | sha256_s390.c | 4 * s390 implementation of the SHA256 and SHA224 Secure Hash Algorithm. 150 MODULE_DESCRIPTION("SHA256 and SHA224 Secure Hash Algorithm");
|
/linux-4.4.14/arch/sparc/crypto/ |
H A D | opcodes.h | 24 #define SHA256 \ macro
|
H A D | sha256_glue.c | 1 /* Glue code for SHA256 hashing optimized for sparc64 crypto opcodes.
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
H A D | rtw_security.h | 287 /* ===== start - public domain SHA256 implementation ===== */ 289 /* This is based on SHA256 implementation in LibTomCrypt that was released into
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | sha256_ssse3_glue.c | 4 * Glue code for the SHA256 Secure Hash Algorithm assembler 427 MODULE_DESCRIPTION("SHA256 Secure Hash Algorithm, Supplemental SSE3 accelerated");
|
/linux-4.4.14/drivers/crypto/ |
H A D | padlock-sha.c | 564 printk(KERN_NOTICE PFX "Using VIA PadLock ACE for SHA1/SHA256 algorithms.\n"); padlock_init() 572 printk(KERN_ERR PFX "VIA PadLock SHA1/SHA256 initialization failed.\n"); padlock_init() 592 MODULE_DESCRIPTION("VIA PadLock SHA1/SHA256 algorithms support.");
|
H A D | atmel-sha.c | 4 * Support for ATMEL SHA1/SHA256 HW acceleration. 202 * multiple of 512 bits (SHA1/SHA224/SHA256) or 1024 bits (SHA384/SHA512). 204 * "padlen-1" zero bits. Then a 64 bits block (SHA1/SHA224/SHA256) or 208 * For SHA1/SHA224/SHA256, padlen is calculated as followed: 1452 dev_info(dev, "Atmel SHA1/SHA256%s%s\n", atmel_sha_probe()
|
H A D | mxs-dcp.c | 507 * Hashing (SHA1/SHA256) 854 /* SHA256 */
|
H A D | img-hash.c | 974 dev_dbg(dev, "Img MD5/SHA1/SHA224/SHA256 Hardware accelerator initialized\n"); img_hash_probe()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
H A D | pstate.h | 98 #define CFR_SHA256 _AC(0x0000000000000040,UL) /* Supports SHA256 opcodes */
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | rtw_security.h | 305 /* ===== start - public domain SHA256 implementation ===== */ 307 /* This is based on SHA256 implementation in LibTomCrypt that was released into
|
/linux-4.4.14/crypto/asymmetric_keys/ |
H A D | rsa.c | 80 [HASH_ALGO_SHA256] = _(SHA256),
|
/linux-4.4.14/arch/powerpc/crypto/ |
H A D | sha256-spe-glue.c | 29 * between preempt_disable() and preempt_enable(). SHA256 takes ~2,000
|
/linux-4.4.14/drivers/crypto/ux500/hash/ |
H A D | hash_core.c | 67 /* HMAC-SHA256, no key */ 559 * hash_init - Common hash init function for SHA1/SHA2 (SHA256). 865 * hash_dma_final - The hash dma final function for SHA1/SHA256. 1304 * hash_update - The hash update function for SHA1/SHA2 (SHA256). 1324 * hash_final - The hash final function for SHA1/SHA2 (SHA256).
|
H A D | hash_alg.h | 270 * @HASH_ALGO_SHA2: Indicates that SHA2 (SHA256) is used.
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | cpufeature.h | 245 #define X86_FEATURE_SHA_NI ( 9*32+29) /* SHA1/SHA256 Instruction Extensions */
|
/linux-4.4.14/drivers/crypto/marvell/ |
H A D | hash.c | 2 * Hash algorithms supported by the CESA: MD5, SHA1 and SHA256.
|
/linux-4.4.14/net/sctp/ |
H A D | auth.c | 444 * now, the supported digests are SHA1 and SHA256. We do this here once
|
/linux-4.4.14/crypto/ |
H A D | drbg.c | 113 * the SHA256 / AES 256 over other ciphers. Thus, the favored
|
H A D | testmgr.h | 1093 * SHA256 test vectors from from NIST 2605 * HMAC-SHA256 test vectors from
|
Completed in 1027 milliseconds