Home
last modified time | relevance | path

Searched refs:ROTL_GOSTR34_11_94 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dgostr34_11_94.h129 #define ROTL_GOSTR34_11_94(x, n) ((((u32)(x)) << (n)) | (((u32)(x)) >> (32-(n)))) macro
H A Dgostr34_11_94.c174 R_i1 = (u32)(ROTL_GOSTR34_11_94(R_i1, 11) ^ L_i); in gostr34_11_94_block_encryption()