Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expandKeyAsm (0.7 sec)

  1. src/crypto/aes/asm_ppc64x.s

    // avoid arguments overwriting when setDecryptKeyAsm calls setEncryptKeyAsm.
    // There were other modifications as well but kept the same functionality.
    
    #include "textflag.h"
    
    // For expandKeyAsm
    #define INP     R3
    #define BITS    R4
    #define OUTENC  R5 // Pointer to next expanded encrypt key
    #define PTR     R6
    #define CNT     R7
    #define ROUNDS  R8
    #define OUTDEC  R9  // Pointer to next expanded decrypt key
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top