Home
last modified time | relevance | path

Searched refs:SHA256_K_ARRAY (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/Asm/x86/
H A DSha256Opt.asm11 ; we can use external SHA256_K_ARRAY defined in Sha256.c
12 ; but we must guarantee that SHA256_K_ARRAY is aligned for 16-bytes
16 K_CONST equ SHA256_K_ARRAY
/third_party/lzma/C/
H A DSha256Opt.c90 const UInt32 SHA256_K_ARRAY[64]; variable
92 #define K SHA256_K_ARRAY
266 const UInt32 SHA256_K_ARRAY[64]; variable
268 #define K SHA256_K_ARRAY
H A DSha256.c231 const UInt32 SHA256_K_ARRAY[64]; variable
234 const UInt32 SHA256_K_ARRAY[64] = { variable
253 #define K SHA256_K_ARRAY

Completed in 3 milliseconds