Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Biesheuvel (0.2 sec)

  1. src/crypto/sha512/sha512block_arm64.s

    // Based on the Linux Kernel with the following comment:
    // Algorithm based on https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb87127bcefc17efab757606e1b1e333fd614dd0
    // Originally written by Ard Biesheuvel <ard.biesheuvel@linaro.org>
    
    #include "textflag.h"
    
    #define SHA512TRANS(i0, i1, i2, i3, i4, rc0, in0) \
    	VADD	in0.D2, rc0.D2, V5.D2 \
    	VEXT	$8, i3.B16, i2.B16, V6.B16 \
    	VEXT	$8, V5.B16, V5.B16, V5.B16 \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top