Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost89_params.c168 int key_meshing; member
194 key->key_meshing = gost_cipher_list[i].key_meshing; in Gost2814789_set_sbox()
H A Dgost2814789.c173 if (key->key_meshing && key->count == 1024) { in Gost2814789_ecb_encrypt()
187 if (key->key_meshing && key->count == 1024) { in Gost2814789_encrypt_mesh()
200 if (key->key_meshing && key->count == 1024) { in Gost2814789_mac_mesh()
332 if (key->key_meshing && key->count == 1024) { in Gost2814789_cnt_next()
/dragonfly/crypto/libressl/include/openssl/
H A Dgost.h72 unsigned key_meshing : 1; member