Searched refs:MBEDTLS_PUT_UINT32_BE (Results 1 – 13 of 13) sorted by relevance
/mbedtls-development/library/ |
A D | gcm.c | 203 MBEDTLS_PUT_UINT32_BE( ctx->HH[8] >> 32, h, 0 ); in gcm_mult() 204 MBEDTLS_PUT_UINT32_BE( ctx->HH[8], h, 4 ); in gcm_mult() 205 MBEDTLS_PUT_UINT32_BE( ctx->HL[8] >> 32, h, 8 ); in gcm_mult() 206 MBEDTLS_PUT_UINT32_BE( ctx->HL[8], h, 12 ); in gcm_mult() 242 MBEDTLS_PUT_UINT32_BE( zh >> 32, output, 0 ); in gcm_mult() 243 MBEDTLS_PUT_UINT32_BE( zh, output, 4 ); in gcm_mult() 244 MBEDTLS_PUT_UINT32_BE( zl >> 32, output, 8 ); in gcm_mult() 245 MBEDTLS_PUT_UINT32_BE( zl, output, 12 ); in gcm_mult() 281 MBEDTLS_PUT_UINT32_BE( iv_len * 8, work_buf, 12 ); in mbedtls_gcm_starts() 549 MBEDTLS_PUT_UINT32_BE( ( orig_add_len >> 32 ), work_buf, 0 ); in mbedtls_gcm_finish() [all …]
|
A D | sha256.c | 358 MBEDTLS_PUT_UINT32_BE( high, ctx->buffer, 56 ); in mbedtls_sha256_finish() 359 MBEDTLS_PUT_UINT32_BE( low, ctx->buffer, 60 ); in mbedtls_sha256_finish() 367 MBEDTLS_PUT_UINT32_BE( ctx->state[0], output, 0 ); in mbedtls_sha256_finish() 368 MBEDTLS_PUT_UINT32_BE( ctx->state[1], output, 4 ); in mbedtls_sha256_finish() 369 MBEDTLS_PUT_UINT32_BE( ctx->state[2], output, 8 ); in mbedtls_sha256_finish() 370 MBEDTLS_PUT_UINT32_BE( ctx->state[3], output, 12 ); in mbedtls_sha256_finish() 371 MBEDTLS_PUT_UINT32_BE( ctx->state[4], output, 16 ); in mbedtls_sha256_finish() 372 MBEDTLS_PUT_UINT32_BE( ctx->state[5], output, 20 ); in mbedtls_sha256_finish() 373 MBEDTLS_PUT_UINT32_BE( ctx->state[6], output, 24 ); in mbedtls_sha256_finish() 378 MBEDTLS_PUT_UINT32_BE( ctx->state[7], output, 28 ); in mbedtls_sha256_finish()
|
A D | sha1.c | 365 MBEDTLS_PUT_UINT32_BE( high, ctx->buffer, 56 ); in mbedtls_sha1_finish() 366 MBEDTLS_PUT_UINT32_BE( low, ctx->buffer, 60 ); in mbedtls_sha1_finish() 374 MBEDTLS_PUT_UINT32_BE( ctx->state[0], output, 0 ); in mbedtls_sha1_finish() 375 MBEDTLS_PUT_UINT32_BE( ctx->state[1], output, 4 ); in mbedtls_sha1_finish() 376 MBEDTLS_PUT_UINT32_BE( ctx->state[2], output, 8 ); in mbedtls_sha1_finish() 377 MBEDTLS_PUT_UINT32_BE( ctx->state[3], output, 12 ); in mbedtls_sha1_finish() 378 MBEDTLS_PUT_UINT32_BE( ctx->state[4], output, 16 ); in mbedtls_sha1_finish()
|
A D | common.h | 113 #ifndef MBEDTLS_PUT_UINT32_BE 114 #define MBEDTLS_PUT_UINT32_BE( n, data, offset ) \ macro
|
A D | des.c | 627 MBEDTLS_PUT_UINT32_BE( Y, output, 0 ); in mbedtls_des_crypt_ecb() 628 MBEDTLS_PUT_UINT32_BE( X, output, 4 ); in mbedtls_des_crypt_ecb() 733 MBEDTLS_PUT_UINT32_BE( Y, output, 0 ); in mbedtls_des3_crypt_ecb() 734 MBEDTLS_PUT_UINT32_BE( X, output, 4 ); in mbedtls_des3_crypt_ecb()
|
A D | camellia.c | 532 MBEDTLS_PUT_UINT32_BE( X[2], output, 0 ); in mbedtls_camellia_crypt_ecb() 533 MBEDTLS_PUT_UINT32_BE( X[3], output, 4 ); in mbedtls_camellia_crypt_ecb() 534 MBEDTLS_PUT_UINT32_BE( X[0], output, 8 ); in mbedtls_camellia_crypt_ecb() 535 MBEDTLS_PUT_UINT32_BE( X[1], output, 12 ); in mbedtls_camellia_crypt_ecb()
|
A D | ssl_cookie.c | 168 MBEDTLS_PUT_UINT32_BE(t, *p, 0); in mbedtls_ssl_cookie_write()
|
A D | ecjpake.c | 183 MBEDTLS_PUT_UINT32_BE( len, *p, 0 ); in ecjpake_write_len_point() 223 MBEDTLS_PUT_UINT32_BE( id_len, p, 0 ); in ecjpake_hash()
|
A D | nist_kw.c | 226 MBEDTLS_PUT_UINT32_BE( ( in_len & 0xffffffff ), output, in mbedtls_nist_kw_wrap()
|
A D | ctr_drbg.c | 155 MBEDTLS_PUT_UINT32_BE( data_len, p, 0); in block_cipher_df()
|
A D | ssl_tls.c | 4739 MBEDTLS_PUT_UINT32_BE( session->verify_result, p, 0 ); in ssl_session_save_tls12() 4810 MBEDTLS_PUT_UINT32_BE( session->ticket_lifetime, p, 0 ); in ssl_session_save_tls12() 5776 MBEDTLS_PUT_UINT32_BE( session_len, p, 0 ); in mbedtls_ssl_context_save() 5818 MBEDTLS_PUT_UINT32_BE( ssl->badmac_seen, p, 0 ); in mbedtls_ssl_context_save()
|
A D | ssl_srv.c | 2489 MBEDTLS_PUT_UINT32_BE( t, p, 0 ); in ssl_write_server_hello() 4215 MBEDTLS_PUT_UINT32_BE( lifetime, ssl->out_msg, 4 ); in ssl_write_new_session_ticket()
|
A D | ssl_cli.c | 850 MBEDTLS_PUT_UINT32_BE( t, p, 0 ); in ssl_generate_random()
|
Completed in 38 milliseconds