Home
last modified time | relevance | path

Searched refs:PUT_UINT32_LE (Results 1 – 25 of 89) sorted by relevance

1234

/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dpsa_crypto_storage.c251 #ifndef PUT_UINT32_LE
252 #define PUT_UINT32_LE( n, b, i ) \ macro
306 PUT_UINT32_LE( 0, storage_format->version, 0 ); in psa_format_key_data_for_storage()
307 PUT_UINT32_LE( attr->lifetime, storage_format->lifetime, 0 ); in psa_format_key_data_for_storage()
310 PUT_UINT32_LE( attr->policy.usage, storage_format->policy, 0 ); in psa_format_key_data_for_storage()
311 PUT_UINT32_LE( attr->policy.alg, storage_format->policy, sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
312 PUT_UINT32_LE( attr->policy.alg2, storage_format->policy, 2 * sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
313 PUT_UINT32_LE( data_length, storage_format->data_len, 0 ); in psa_format_key_data_for_storage()
/dports/dns/inadyn/inadyn-2.9.0/src/
H A Dmd5.c46 #ifndef PUT_UINT32_LE
47 #define PUT_UINT32_LE(n,b,i) \ macro
256 PUT_UINT32_LE( low, msglen, 0 ); in md5_finish()
257 PUT_UINT32_LE( high, msglen, 4 ); in md5_finish()
265 PUT_UINT32_LE( ctx->state[0], output, 0 ); in md5_finish()
266 PUT_UINT32_LE( ctx->state[1], output, 4 ); in md5_finish()
267 PUT_UINT32_LE( ctx->state[2], output, 8 ); in md5_finish()
268 PUT_UINT32_LE( ctx->state[3], output, 12 ); in md5_finish()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dpsa_crypto_storage.c246 #ifndef PUT_UINT32_LE
247 #define PUT_UINT32_LE( n, b, i ) \ macro
301 PUT_UINT32_LE( 0, storage_format->version, 0 ); in psa_format_key_data_for_storage()
302 PUT_UINT32_LE( attr->lifetime, storage_format->lifetime, 0 ); in psa_format_key_data_for_storage()
305 PUT_UINT32_LE( attr->policy.usage, storage_format->policy, 0 ); in psa_format_key_data_for_storage()
306 PUT_UINT32_LE( attr->policy.alg, storage_format->policy, sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
307 PUT_UINT32_LE( attr->policy.alg2, storage_format->policy, 2 * sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
308 PUT_UINT32_LE( data_length, storage_format->data_len, 0 ); in psa_format_key_data_for_storage()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpsa_crypto_storage.c250 #ifndef PUT_UINT32_LE
251 #define PUT_UINT32_LE( n, b, i ) \ macro
305 PUT_UINT32_LE( 0, storage_format->version, 0 ); in psa_format_key_data_for_storage()
306 PUT_UINT32_LE( attr->lifetime, storage_format->lifetime, 0 ); in psa_format_key_data_for_storage()
309 PUT_UINT32_LE( attr->policy.usage, storage_format->policy, 0 ); in psa_format_key_data_for_storage()
310 PUT_UINT32_LE( attr->policy.alg, storage_format->policy, sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
311 PUT_UINT32_LE( attr->policy.alg2, storage_format->policy, 2 * sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
312 PUT_UINT32_LE( data_length, storage_format->data_len, 0 ); in psa_format_key_data_for_storage()
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dpsa_crypto_storage.c251 #ifndef PUT_UINT32_LE
252 #define PUT_UINT32_LE( n, b, i ) \ macro
306 PUT_UINT32_LE( 0, storage_format->version, 0 ); in psa_format_key_data_for_storage()
307 PUT_UINT32_LE( attr->lifetime, storage_format->lifetime, 0 ); in psa_format_key_data_for_storage()
310 PUT_UINT32_LE( attr->policy.usage, storage_format->policy, 0 ); in psa_format_key_data_for_storage()
311 PUT_UINT32_LE( attr->policy.alg, storage_format->policy, sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
312 PUT_UINT32_LE( attr->policy.alg2, storage_format->policy, 2 * sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
313 PUT_UINT32_LE( data_length, storage_format->data_len, 0 ); in psa_format_key_data_for_storage()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dpsa_crypto_storage.c246 #ifndef PUT_UINT32_LE
247 #define PUT_UINT32_LE( n, b, i ) \ macro
301 PUT_UINT32_LE( 0, storage_format->version, 0 ); in psa_format_key_data_for_storage()
302 PUT_UINT32_LE( attr->lifetime, storage_format->lifetime, 0 ); in psa_format_key_data_for_storage()
305 PUT_UINT32_LE( attr->policy.usage, storage_format->policy, 0 ); in psa_format_key_data_for_storage()
306 PUT_UINT32_LE( attr->policy.alg, storage_format->policy, sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
307 PUT_UINT32_LE( attr->policy.alg2, storage_format->policy, 2 * sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
308 PUT_UINT32_LE( data_length, storage_format->data_len, 0 ); in psa_format_key_data_for_storage()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dpsa_crypto_storage.c246 #ifndef PUT_UINT32_LE
247 #define PUT_UINT32_LE( n, b, i ) \ macro
301 PUT_UINT32_LE( 0, storage_format->version, 0 ); in psa_format_key_data_for_storage()
302 PUT_UINT32_LE( attr->lifetime, storage_format->lifetime, 0 ); in psa_format_key_data_for_storage()
305 PUT_UINT32_LE( attr->policy.usage, storage_format->policy, 0 ); in psa_format_key_data_for_storage()
306 PUT_UINT32_LE( attr->policy.alg, storage_format->policy, sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
307 PUT_UINT32_LE( attr->policy.alg2, storage_format->policy, 2 * sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
308 PUT_UINT32_LE( data_length, storage_format->data_len, 0 ); in psa_format_key_data_for_storage()
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dmd5.c56 #ifndef PUT_UINT32_LE
57 #define PUT_UINT32_LE(n,b,i) \ macro
287 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md5_finish()
288 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md5_finish()
296 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish()
297 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish()
298 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish()
299 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish()
H A Daes.c63 #ifndef PUT_UINT32_LE
64 #define PUT_UINT32_LE(n,b,i) \ macro
476 PUT_UINT32_LE( X0, output, 0 ); in mbedtls_internal_aes_encrypt()
477 PUT_UINT32_LE( X1, output, 4 ); in mbedtls_internal_aes_encrypt()
478 PUT_UINT32_LE( X2, output, 8 ); in mbedtls_internal_aes_encrypt()
479 PUT_UINT32_LE( X3, output, 12 ); in mbedtls_internal_aes_encrypt()
535 PUT_UINT32_LE( X0, output, 0 ); in mbedtls_internal_aes_decrypt()
536 PUT_UINT32_LE( X1, output, 4 ); in mbedtls_internal_aes_decrypt()
537 PUT_UINT32_LE( X2, output, 8 ); in mbedtls_internal_aes_decrypt()
538 PUT_UINT32_LE( X3, output, 12 ); in mbedtls_internal_aes_decrypt()
H A Dripemd160.c53 #ifndef PUT_UINT32_LE
54 #define PUT_UINT32_LE(n,b,i) \ macro
355 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_ripemd160_finish()
356 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_ripemd160_finish()
364 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_ripemd160_finish()
365 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_ripemd160_finish()
366 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_ripemd160_finish()
367 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_ripemd160_finish()
368 PUT_UINT32_LE( ctx->state[4], output, 16 ); in mbedtls_ripemd160_finish()
/dports/security/modsecurity3/modsecurity-v3.0.5/others/mbedtls/
H A Dmd5.c68 #ifndef PUT_UINT32_LE
69 #define PUT_UINT32_LE(n,b,i) \ macro
299 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md5_finish()
300 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md5_finish()
308 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish()
309 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish()
310 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish()
311 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dmd4.c69 #ifndef PUT_UINT32_LE
70 #define PUT_UINT32_LE(n,b,i) \ macro
282 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish()
283 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish()
291 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish()
292 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish()
293 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish()
294 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish()
H A Dmd5.c68 #ifndef PUT_UINT32_LE
69 #define PUT_UINT32_LE(n,b,i) \ macro
299 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md5_finish()
300 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md5_finish()
308 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish()
309 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish()
310 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish()
311 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Dmd4.c67 #ifndef PUT_UINT32_LE
68 #define PUT_UINT32_LE(n,b,i) \ macro
321 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish_ret()
322 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
335 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish_ret()
336 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish_ret()
337 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish_ret()
338 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish_ret()
H A Dmd5.c66 #ifndef PUT_UINT32_LE
67 #define PUT_UINT32_LE(n,b,i) \ macro
354 PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish_ret()
355 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
363 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish_ret()
364 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish_ret()
365 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish_ret()
366 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish_ret()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dmd4.c90 #ifndef PUT_UINT32_LE
91 #define PUT_UINT32_LE(n,b,i) \ macro
360 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish_ret()
361 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
374 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish_ret()
375 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish_ret()
376 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish_ret()
377 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish_ret()
H A Dmd5.c89 #ifndef PUT_UINT32_LE
90 #define PUT_UINT32_LE(n,b,i) \ macro
380 PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish_ret()
381 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
389 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish_ret()
390 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish_ret()
391 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish_ret()
392 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish_ret()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dmd4.c90 #ifndef PUT_UINT32_LE
91 #define PUT_UINT32_LE(n,b,i) \ macro
360 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish_ret()
361 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
374 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish_ret()
375 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish_ret()
376 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish_ret()
377 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish_ret()
H A Dmd5.c89 #ifndef PUT_UINT32_LE
90 #define PUT_UINT32_LE(n,b,i) \ macro
380 PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish_ret()
381 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
389 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish_ret()
390 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish_ret()
391 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish_ret()
392 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish_ret()
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Dmd4.c67 #ifndef PUT_UINT32_LE
68 #define PUT_UINT32_LE(n,b,i) \ macro
321 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish_ret()
322 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
335 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish_ret()
336 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish_ret()
337 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish_ret()
338 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish_ret()
H A Dmd5.c66 #ifndef PUT_UINT32_LE
67 #define PUT_UINT32_LE(n,b,i) \ macro
354 PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish_ret()
355 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
363 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish_ret()
364 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish_ret()
365 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish_ret()
366 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish_ret()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dmd4.c65 #ifndef PUT_UINT32_LE
66 #define PUT_UINT32_LE(n,b,i) \ macro
319 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish_ret()
320 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
333 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish_ret()
334 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish_ret()
335 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish_ret()
336 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish_ret()
H A Dmd5.c64 #ifndef PUT_UINT32_LE
65 #define PUT_UINT32_LE(n,b,i) \ macro
352 PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish_ret()
353 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
361 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish_ret()
362 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish_ret()
363 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish_ret()
364 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish_ret()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Dmd4.c65 #ifndef PUT_UINT32_LE
66 #define PUT_UINT32_LE(n,b,i) \ macro
335 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish_ret()
336 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
349 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish_ret()
350 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish_ret()
351 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish_ret()
352 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish_ret()
H A Dmd5.c64 #ifndef PUT_UINT32_LE
65 #define PUT_UINT32_LE(n,b,i) \ macro
355 PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish_ret()
356 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
364 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish_ret()
365 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish_ret()
366 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish_ret()
367 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish_ret()

1234