Home
last modified time | relevance | path

Searched refs:Gost2814789_decrypt (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost89_keywrap.c126 Gost2814789_decrypt(wrappedKey + 8 + 0, sessionKey + 0, &ctx); in gost_key_unwrap_crypto_pro()
127 Gost2814789_decrypt(wrappedKey + 8 + 8, sessionKey + 8, &ctx); in gost_key_unwrap_crypto_pro()
128 Gost2814789_decrypt(wrappedKey + 8 + 16, sessionKey + 16, &ctx); in gost_key_unwrap_crypto_pro()
129 Gost2814789_decrypt(wrappedKey + 8 + 24, sessionKey + 24, &ctx); in gost_key_unwrap_crypto_pro()
H A Dgost89_params.c237 Gost2814789_decrypt(CryptoProKeyMeshingKey + 0, newkey + 0, key); in Gost2814789_cryptopro_key_mesh()
238 Gost2814789_decrypt(CryptoProKeyMeshingKey + 8, newkey + 8, key); in Gost2814789_cryptopro_key_mesh()
239 Gost2814789_decrypt(CryptoProKeyMeshingKey + 16, newkey + 16, key); in Gost2814789_cryptopro_key_mesh()
240 Gost2814789_decrypt(CryptoProKeyMeshingKey + 24, newkey + 24, key); in Gost2814789_cryptopro_key_mesh()
H A Dgost_locl.h88 extern void Gost2814789_decrypt(const unsigned char *in, unsigned char *out,
H A Dgost2814789.c105 Gost2814789_decrypt(const unsigned char *in, unsigned char *out, in Gost2814789_decrypt() function
181 Gost2814789_decrypt(in, out, key); in Gost2814789_ecb_encrypt()