Home
last modified time | relevance | path

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

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