Home
last modified time | relevance | path

Searched defs:GOSTR34_11_94_STATE_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dgostr34_11_94.c49 static inline void gostr34_11_94_A(const u64 Y[GOSTR34_11_94_STATE_SIZE], u64 Y_[GOSTR34_11_94_STAT… in gostr34_11_94_A()
66 static inline void gostr34_11_94_P(const u64 Y[GOSTR34_11_94_STATE_SIZE], u64 Y_[GOSTR34_11_94_STAT… in gostr34_11_94_P()
91 …1_94_key_generation(const u64 H[GOSTR34_11_94_STATE_SIZE], const u64 M[GOSTR34_11_94_STATE_SIZE], in gostr34_11_94_key_generation()
135 …USED_RET static inline int gostr34_11_94_block_encryption(const u64 K[GOSTR34_11_94_STATE_SIZE], c… in gostr34_11_94_block_encryption()
191 …94_state_encryption(const u64 K[4][GOSTR34_11_94_STATE_SIZE], const u64 H[GOSTR34_11_94_STATE_SIZE… in gostr34_11_94_state_encryption()
225 …tatic inline int gostr34_11_94_state_psi(const u64 G[GOSTR34_11_94_STATE_SIZE], u64 G_[GOSTR34_11_… in gostr34_11_94_state_psi()
256 …m(const u64 H[GOSTR34_11_94_STATE_SIZE], const u64 S[GOSTR34_11_94_STATE_SIZE], const u64 M[GOSTR3… in gostr34_11_94_state_output_transform()
301 …tr34_11_94_256bit_sum(const u64 A[GOSTR34_11_94_STATE_SIZE], const u64 B[GOSTR34_11_94_STATE_SIZE] in gostr34_11_94_256bit_sum()
402 …ED_RET int gostr34_11_94_set_iv(gostr34_11_94_context *ctx, const u64 iv[GOSTR34_11_94_STATE_SIZE]) in gostr34_11_94_set_iv()
H A Dgostr34_11_94.h120 #define GOSTR34_11_94_STATE_SIZE 4 macro