Home
last modified time | relevance | path

Searched refs:MBEDTLS_GET_UINT32_BE (Results 1 – 7 of 7) sorted by relevance

/mbedtls-development/library/
A Dsha1.c106 local.W[ 0] = MBEDTLS_GET_UINT32_BE( data, 0 ); in mbedtls_internal_sha1_process()
107 local.W[ 1] = MBEDTLS_GET_UINT32_BE( data, 4 ); in mbedtls_internal_sha1_process()
108 local.W[ 2] = MBEDTLS_GET_UINT32_BE( data, 8 ); in mbedtls_internal_sha1_process()
109 local.W[ 3] = MBEDTLS_GET_UINT32_BE( data, 12 ); in mbedtls_internal_sha1_process()
110 local.W[ 4] = MBEDTLS_GET_UINT32_BE( data, 16 ); in mbedtls_internal_sha1_process()
111 local.W[ 5] = MBEDTLS_GET_UINT32_BE( data, 20 ); in mbedtls_internal_sha1_process()
112 local.W[ 6] = MBEDTLS_GET_UINT32_BE( data, 24 ); in mbedtls_internal_sha1_process()
113 local.W[ 7] = MBEDTLS_GET_UINT32_BE( data, 28 ); in mbedtls_internal_sha1_process()
114 local.W[ 8] = MBEDTLS_GET_UINT32_BE( data, 32 ); in mbedtls_internal_sha1_process()
115 local.W[ 9] = MBEDTLS_GET_UINT32_BE( data, 36 ); in mbedtls_internal_sha1_process()
[all …]
A Dcamellia.c356 SIGMA[i][0] = MBEDTLS_GET_UINT32_BE( SIGMA_CHARS[i], 0 ); in mbedtls_camellia_setkey_enc()
357 SIGMA[i][1] = MBEDTLS_GET_UINT32_BE( SIGMA_CHARS[i], 4 ); in mbedtls_camellia_setkey_enc()
368 KC[i] = MBEDTLS_GET_UINT32_BE( t, i * 4 ); in mbedtls_camellia_setkey_enc()
494 X[0] = MBEDTLS_GET_UINT32_BE( input, 0 ); in mbedtls_camellia_crypt_ecb()
495 X[1] = MBEDTLS_GET_UINT32_BE( input, 4 ); in mbedtls_camellia_crypt_ecb()
496 X[2] = MBEDTLS_GET_UINT32_BE( input, 8 ); in mbedtls_camellia_crypt_ecb()
497 X[3] = MBEDTLS_GET_UINT32_BE( input, 12 ); in mbedtls_camellia_crypt_ecb()
A Ddes.c404 X = MBEDTLS_GET_UINT32_BE( key, 0 ); in mbedtls_des_setkey()
405 Y = MBEDTLS_GET_UINT32_BE( key, 4 ); in mbedtls_des_setkey()
614 X = MBEDTLS_GET_UINT32_BE( input, 0 ); in mbedtls_des_crypt_ecb()
615 Y = MBEDTLS_GET_UINT32_BE( input, 4 ); in mbedtls_des_crypt_ecb()
708 X = MBEDTLS_GET_UINT32_BE( input, 0 ); in mbedtls_des3_crypt_ecb()
709 Y = MBEDTLS_GET_UINT32_BE( input, 4 ); in mbedtls_des3_crypt_ecb()
A Dcommon.h94 #ifndef MBEDTLS_GET_UINT32_BE
95 #define MBEDTLS_GET_UINT32_BE( data , offset ) \ macro
A Dgcm.c91 hi = MBEDTLS_GET_UINT32_BE( h, 0 ); in gcm_gen_table()
92 lo = MBEDTLS_GET_UINT32_BE( h, 4 ); in gcm_gen_table()
95 hi = MBEDTLS_GET_UINT32_BE( h, 8 ); in gcm_gen_table()
96 lo = MBEDTLS_GET_UINT32_BE( h, 12 ); in gcm_gen_table()
A Dsha256.c193 local.W[i] = MBEDTLS_GET_UINT32_BE( data, 4 * i ); in mbedtls_internal_sha256_process()
208 local.W[i] = MBEDTLS_GET_UINT32_BE( data, 4 * i ); in mbedtls_internal_sha256_process()
A Dnist_kw.c457 Plen = MBEDTLS_GET_UINT32_BE( A, KW_SEMIBLOCK_LENGTH / 2 ); in mbedtls_nist_kw_unwrap()

Completed in 12 milliseconds