Home
last modified time | relevance | path

Searched refs:k21 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost89_params.c209 key->k21[i] = (t << 11) | (t >> 21); in Gost2814789_set_sbox()
H A Dgost2814789.c67 c->k43[(x>> 8) & 255] | c->k21[(x ) & 255]; in f()
/dragonfly/crypto/libressl/include/openssl/
H A Dgost.h70 unsigned int k87[256],k65[256],k43[256],k21[256]; member