Home
last modified time | relevance | path

Searched defs:W12 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSHA256.cpp86 uint32_t W12 = InternalState.Buffer.L[12]; in hashBlock() local
/openbsd-src/lib/libcrypto/sm3/
H A Dsm3.c68 SM3_WORD W08, W09, W10, W11, W12, W13, W14, W15; in sm3_block_data_order() local
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c114 #define W12(s) W[(s+13) & 0xf] in sha1() macro