Home
last modified time | relevance | path

Searched refs:u64h (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dgcm.c102 uint64_t u64h[2] = { 0 }; in gcm_gen_table() local
103 uint8_t *h = (uint8_t *) u64h; in gcm_gen_table()
118 ctx->H[MBEDTLS_GCM_HTABLE_SIZE/2][0] = u64h[0]; in gcm_gen_table()
119 ctx->H[MBEDTLS_GCM_HTABLE_SIZE/2][1] = u64h[1]; in gcm_gen_table()

Completed in 3 milliseconds