Home
last modified time | relevance | path

Searched refs:sha384_ctx_vector_t (Results 1 – 8 of 8) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_hash_sha384.h97 } sha384_ctx_vector_t; typedef
101 sha384_ctx_vector_t ipad;
102 sha384_ctx_vector_t opad;
134 DECLSPEC void sha384_init_vector (sha384_ctx_vector_t *ctx);
135 DECLSPEC void sha384_init_vector_from_scalar (sha384_ctx_vector_t *ctx, sha384_ctx_t *ctx0);
137 DECLSPEC void sha384_update_vector (sha384_ctx_vector_t *ctx, const u32x *w, const int len);
138 DECLSPEC void sha384_update_vector_swap (sha384_ctx_vector_t *ctx, const u32x *w, const int len);
139 DECLSPEC void sha384_update_vector_utf16le (sha384_ctx_vector_t *ctx, const u32x *w, const int len);
140 DECLSPEC void sha384_update_vector_utf16le_swap (sha384_ctx_vector_t *ctx, const u32x *w, const int…
141 DECLSPEC void sha384_update_vector_utf16beN (sha384_ctx_vector_t *ctx, const u32x *w, const int len…
[all …]
H A Dm10800_a3-pure.cl55 sha384_ctx_vector_t ctx;
122 sha384_ctx_vector_t ctx;
H A Dm10870_a3-pure.cl55 sha384_ctx_vector_t ctx;
122 sha384_ctx_vector_t ctx;
H A Dm10840_a3-pure.cl61 sha384_ctx_vector_t ctx;
134 sha384_ctx_vector_t ctx;
H A Dm10810_a3-pure.cl64 sha384_ctx_vector_t ctx;
142 sha384_ctx_vector_t ctx;
H A Dm10820_a3-pure.cl61 sha384_ctx_vector_t ctx;
134 sha384_ctx_vector_t ctx;
H A Dm10830_a3-pure.cl64 sha384_ctx_vector_t ctx;
142 sha384_ctx_vector_t ctx;
H A Dinc_hash_sha384.cl2104 DECLSPEC void sha384_init_vector (sha384_ctx_vector_t *ctx)
2151 DECLSPEC void sha384_init_vector_from_scalar (sha384_ctx_vector_t *ctx, sha384_ctx_t *ctx0)
2198 DECLSPEC void sha384_update_vector_128 (sha384_ctx_vector_t *ctx, u32x *w0, u32x *w1, u32x *w2, u32…
2402 DECLSPEC void sha384_update_vector (sha384_ctx_vector_t *ctx, const u32x *w, const int len)
2490 DECLSPEC void sha384_update_vector_swap (sha384_ctx_vector_t *ctx, const u32x *w, const int len)
2644 DECLSPEC void sha384_update_vector_utf16le (sha384_ctx_vector_t *ctx, const u32x *w, const int len)
2710 DECLSPEC void sha384_update_vector_utf16le_swap (sha384_ctx_vector_t *ctx, const u32x *w, const int…
2842 DECLSPEC void sha384_update_vector_utf16beN (sha384_ctx_vector_t *ctx, const u32x *w, const int len)
2908 DECLSPEC void sha384_final_vector (sha384_ctx_vector_t *ctx)
3072 sha384_ctx_vector_t tmp;