Home
last modified time | relevance | path

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

/dports/security/gnutls/gnutls-3.6.16/lib/nettle/gost/
H A Dgost28147.h85 struct gost28147_ctx struct
113 gost28147_set_key(struct gost28147_ctx *ctx, const uint8_t *key); argument
116 gost28147_set_param(struct gost28147_ctx *ctx,
120 gost28147_encrypt(const struct gost28147_ctx *ctx,
124 gost28147_decrypt(const struct gost28147_ctx *ctx,
128 gost28147_encrypt_for_cfb(struct gost28147_ctx *ctx,
133 struct gost28147_ctx ctx;
180 struct gost28147_ctx cctx;
H A Dgost-wrap.c45 struct gost28147_ctx ctx; in gost28147_kdf_cryptopro()
86 struct gost28147_ctx ctx; in gost28147_key_wrap_cryptopro()
113 struct gost28147_ctx ctx; in gost28147_key_unwrap_cryptopro()
H A Dgost28147.c2271 static void gost28147_key_mesh_cryptopro(struct gost28147_ctx *ctx) in gost28147_key_mesh_cryptopro()
2296 gost28147_set_key(struct gost28147_ctx *ctx, const uint8_t *key) in gost28147_set_key()
2307 gost28147_set_param(struct gost28147_ctx *ctx, const struct gost28147_param *param) in gost28147_set_param()
2315 gost28147_encrypt(const struct gost28147_ctx *ctx, in gost28147_encrypt()
2335 gost28147_decrypt(const struct gost28147_ctx *ctx, in gost28147_decrypt()
2355 gost28147_encrypt_for_cfb(struct gost28147_ctx *ctx, in gost28147_encrypt_for_cfb()
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/
H A Dcipher.c812 .ctx_size = sizeof(struct CFB_CTX(struct gost28147_ctx, GOST28147_BLOCK_SIZE)),
825 .ctx_size = sizeof(struct CFB_CTX(struct gost28147_ctx, GOST28147_BLOCK_SIZE)),
838 .ctx_size = sizeof(struct CFB_CTX(struct gost28147_ctx, GOST28147_BLOCK_SIZE)),
851 .ctx_size = sizeof(struct CFB_CTX(struct gost28147_ctx, GOST28147_BLOCK_SIZE)),
864 .ctx_size = sizeof(struct CFB_CTX(struct gost28147_ctx, GOST28147_BLOCK_SIZE)),