Home
last modified time | relevance | path

Searched refs:md5_state (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/crypto/
H A Dmd5-glue.c20 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context()
22 int count = sizeof(struct md5_state) >> 2; in ppc_md5_clear_context()
26 BUILD_BUG_ON(sizeof(struct md5_state) % 4); in ppc_md5_clear_context()
32 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init()
46 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update()
77 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final()
109 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export()
117 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import()
130 .descsize = sizeof(struct md5_state),
131 .statesize = sizeof(struct md5_state),
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/crypto/
H A Dmd5-glue.c20 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context()
22 int count = sizeof(struct md5_state) >> 2; in ppc_md5_clear_context()
26 BUILD_BUG_ON(sizeof(struct md5_state) % 4); in ppc_md5_clear_context()
32 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init()
46 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update()
77 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final()
109 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export()
117 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import()
130 .descsize = sizeof(struct md5_state),
131 .statesize = sizeof(struct md5_state),
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/crypto/
H A Dmd5-glue.c20 static inline void ppc_md5_clear_context(struct md5_state *sctx) in ppc_md5_clear_context()
22 int count = sizeof(struct md5_state) >> 2; in ppc_md5_clear_context()
26 BUILD_BUG_ON(sizeof(struct md5_state) % 4); in ppc_md5_clear_context()
32 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_init()
46 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_update()
77 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_final()
109 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_export()
117 struct md5_state *sctx = shash_desc_ctx(desc); in ppc_md5_import()
130 .descsize = sizeof(struct md5_state),
131 .statesize = sizeof(struct md5_state),
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c37 static void octeon_md5_store_hash(struct md5_state *ctx) in octeon_md5_store_hash()
45 static void octeon_md5_read_hash(struct md5_state *ctx) in octeon_md5_read_hash()
69 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init()
84 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update()
123 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_final()
159 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export()
167 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import()
180 .descsize = sizeof(struct md5_state),
181 .statesize = sizeof(struct md5_state),
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c37 static void octeon_md5_store_hash(struct md5_state *ctx) in octeon_md5_store_hash()
45 static void octeon_md5_read_hash(struct md5_state *ctx) in octeon_md5_read_hash()
69 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init()
84 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update()
123 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_final()
159 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export()
167 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import()
180 .descsize = sizeof(struct md5_state),
181 .statesize = sizeof(struct md5_state),
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c37 static void octeon_md5_store_hash(struct md5_state *ctx) in octeon_md5_store_hash()
45 static void octeon_md5_read_hash(struct md5_state *ctx) in octeon_md5_read_hash()
69 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init()
84 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update()
123 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_final()
159 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_export()
167 struct md5_state *ctx = shash_desc_ctx(desc); in octeon_md5_import()
180 .descsize = sizeof(struct md5_state),
181 .statesize = sizeof(struct md5_state),
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/crypto/
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init()
46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update()
70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update()
86 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final()
119 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export()
128 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import()
142 .descsize = sizeof(struct md5_state),
143 .statesize = sizeof(struct md5_state),
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/crypto/
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init()
46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update()
70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update()
86 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final()
119 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export()
128 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import()
142 .descsize = sizeof(struct md5_state),
143 .statesize = sizeof(struct md5_state),
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/crypto/
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init()
46 static void __md5_sparc64_update(struct md5_state *sctx, const u8 *data, in __md5_sparc64_update()
70 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_update()
86 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_final()
119 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_export()
128 struct md5_state *sctx = shash_desc_ctx(desc); in md5_sparc64_import()
142 .descsize = sizeof(struct md5_state),
143 .statesize = sizeof(struct md5_state),
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/utilities/rstest/
H A Dmd5.h39 using md5_state = std::array<uint32_t, 4>; variable
41 static constexpr const md5_state md5_init = {
46 void md5_hash(const uint8_t* message, size_t len, md5_state* hash);
49 std::string hash_to_string(const md5_state& hash);
H A DMD5Test.cpp36 using MD5Testcase = std::pair<rawspeed::md5::md5_state, const uint8_t*>;
47 rawspeed::md5::md5_state answer;
53 std::make_pair((rawspeed::md5::md5_state){{UINT32_C(a), UINT32_C(b), \
77 rawspeed::md5::md5_state hash; in TEST_P()
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/utilities/rstest/
H A Dmd5.h39 using md5_state = std::array<uint32_t, 4>; variable
41 static constexpr const md5_state md5_init = {
46 void md5_hash(const uint8_t* message, size_t len, md5_state* hash);
49 std::string hash_to_string(const md5_state& hash);
H A DMD5Test.cpp36 using MD5Testcase = std::pair<rawspeed::md5::md5_state, const uint8_t*>;
42 rawspeed::md5::md5_state answer;
71 rawspeed::md5::md5_state hash; in TEST_P()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/utilities/rstest/
H A Dmd5.h41 using md5_state = std::array<uint32_t, 4>; variable
43 static constexpr const md5_state md5_init = {
48 void md5_hash(const uint8_t* message, size_t len, md5_state* hash);
51 std::string hash_to_string(const md5_state& hash);
H A DMD5Test.cpp36 using MD5Testcase = std::pair<rawspeed::md5::md5_state, const uint8_t*>;
47 rawspeed::md5::md5_state answer;
53 std::make_pair((rawspeed::md5::md5_state){{UINT32_C(a), UINT32_C(b), \
77 rawspeed::md5::md5_state hash; in TEST_P()
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/lib/
H A Dtng_io.c815 md5_state_t md5_state; in tng_block_md5_hash_generate() local
817 md5_init(&md5_state); in tng_block_md5_hash_generate()
2257 md5_state_t md5_state; in tng_general_info_block_read() local
2398 md5_state_t md5_state; in tng_general_info_block_write() local
2931 md5_state_t md5_state; in tng_molecules_block_read() local
3311 md5_state_t md5_state; in tng_molecules_block_write() local
3553 md5_state_t md5_state; in tng_frame_set_block_read() local
3742 md5_state_t md5_state; in tng_frame_set_block_write() local
3920 md5_state_t md5_state; in tng_trajectory_mapping_block_read() local
4050 md5_state_t md5_state; in tng_trajectory_mapping_block_write() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dmd5.c123 static inline void md5_transform_helper(struct md5_state *ctx) in md5_transform_helper()
131 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init()
144 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update()
176 struct md5_state *mctx = shash_desc_ctx(desc); in md5_final()
204 struct md5_state *ctx = shash_desc_ctx(desc); in md5_export()
212 struct md5_state *ctx = shash_desc_ctx(desc); in md5_import()
225 .descsize = sizeof(struct md5_state),
226 .statesize = sizeof(struct md5_state),
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dmd5.c123 static inline void md5_transform_helper(struct md5_state *ctx) in md5_transform_helper()
131 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init()
144 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update()
176 struct md5_state *mctx = shash_desc_ctx(desc); in md5_final()
204 struct md5_state *ctx = shash_desc_ctx(desc); in md5_export()
212 struct md5_state *ctx = shash_desc_ctx(desc); in md5_import()
225 .descsize = sizeof(struct md5_state),
226 .statesize = sizeof(struct md5_state),
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dmd5.c123 static inline void md5_transform_helper(struct md5_state *ctx) in md5_transform_helper()
131 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init()
144 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update()
176 struct md5_state *mctx = shash_desc_ctx(desc); in md5_final()
204 struct md5_state *ctx = shash_desc_ctx(desc); in md5_export()
212 struct md5_state *ctx = shash_desc_ctx(desc); in md5_import()
225 .descsize = sizeof(struct md5_state),
226 .statesize = sizeof(struct md5_state),
/dports/security/matrixssl/Crypt-MatrixSSL3-3.3.0.1/matrixssl-3-3-open/crypto/digest/
H A Ddigest.h56 struct md5_state { struct
83 struct md5_state md5; argument
/dports/irc/bitlbee/bitlbee-3.6/
H A Dunix.c257 md5_state_t md5_state; in crypt_main() local
261 md5_init(&md5_state); in crypt_main()
262 md5_append(&md5_state, (md5_byte_t *) argv[3], strlen(argv[3])); in crypt_main()
263 md5_append(&md5_state, pass_md5 + 16, 5); /* Add the salt. */ in crypt_main()
264 md5_finish(&md5_state, pass_md5); in crypt_main()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dmd5module.c45 struct md5_state { struct
54 struct md5_state hash_state; argument
122 static void md5_compress(struct md5_state *md5, const unsigned char *buf) in md5_compress()
217 md5_init(struct md5_state *md5) in md5_init()
235 md5_process(struct md5_state *md5, const unsigned char *in, Py_ssize_t inlen) in md5_process()
270 md5_done(struct md5_state *md5, unsigned char *out) in md5_done()
372 struct md5_state temp; in MD5Type_digest_impl()
390 struct md5_state temp; in MD5Type_hexdigest_impl()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dmd5module.c45 struct md5_state { struct
54 struct md5_state hash_state; argument
122 static void md5_compress(struct md5_state *md5, const unsigned char *buf) in md5_compress()
217 md5_init(struct md5_state *md5) in md5_init()
235 md5_process(struct md5_state *md5, const unsigned char *in, Py_ssize_t inlen) in md5_process()
270 md5_done(struct md5_state *md5, unsigned char *out) in md5_done()
372 struct md5_state temp; in MD5Type_digest_impl()
390 struct md5_state temp; in MD5Type_hexdigest_impl()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dmd5module.c45 struct md5_state { struct
54 struct md5_state hash_state; argument
122 static void md5_compress(struct md5_state *md5, unsigned char *buf) in md5_compress()
217 md5_init(struct md5_state *md5) in md5_init()
235 md5_process(struct md5_state *md5, const unsigned char *in, Py_ssize_t inlen) in md5_process()
270 md5_done(struct md5_state *md5, unsigned char *out) in md5_done()
372 struct md5_state temp; in MD5Type_digest_impl()
390 struct md5_state temp; in MD5Type_hexdigest_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dmd5module.c45 struct md5_state { struct
54 struct md5_state hash_state; argument
122 static void md5_compress(struct md5_state *md5, const unsigned char *buf) in md5_compress()
217 md5_init(struct md5_state *md5) in md5_init()
235 md5_process(struct md5_state *md5, const unsigned char *in, Py_ssize_t inlen) in md5_process()
270 md5_done(struct md5_state *md5, unsigned char *out) in md5_done()
372 struct md5_state temp; in MD5Type_digest_impl()
390 struct md5_state temp; in MD5Type_hexdigest_impl()

1234567