Searched refs:k (Results 1 – 4 of 4) sorted by relevance
| /hypervisor/lib/crypto/mbedtls/ |
| A D | sha256.c | 31 static const uint32_t k[] = variable 208 hash_computation(a[0], a[1], a[2], &a[3], a[4], a[5], a[6], &a[7], w[i + 0U], k[i + 0U]); in mbedtls_internal_sha256_process() 209 hash_computation(a[7], a[0], a[1], &a[2], a[3], a[4], a[5], &a[6], w[i + 1U], k[i + 1U]); in mbedtls_internal_sha256_process() 210 hash_computation(a[6], a[7], a[0], &a[1], a[2], a[3], a[4], &a[5], w[i + 2U], k[i + 2U]); in mbedtls_internal_sha256_process() 211 hash_computation(a[5], a[6], a[7], &a[0], a[1], a[2], a[3], &a[4], w[i + 3U], k[i + 3U]); in mbedtls_internal_sha256_process() 212 hash_computation(a[4], a[5], a[6], &a[7], a[0], a[1], a[2], &a[3], w[i + 4U], k[i + 4U]); in mbedtls_internal_sha256_process() 213 hash_computation(a[3], a[4], a[5], &a[6], a[7], a[0], a[1], &a[2], w[i + 5U], k[i + 5U]); in mbedtls_internal_sha256_process() 214 hash_computation(a[2], a[3], a[4], &a[5], a[6], a[7], a[0], &a[1], w[i + 6U], k[i + 6U]); in mbedtls_internal_sha256_process() 215 hash_computation(a[1], a[2], a[3], &a[4], a[5], a[6], a[7], &a[0], w[i + 7U], k[i + 7U]); in mbedtls_internal_sha256_process() 220 hash_computation(a[0], a[1], a[2], &a[3], a[4], a[5], a[6], &a[7], w[i + 0U], k[i + 0U]); in mbedtls_internal_sha256_process() [all …]
|
| A D | ChangeLog | 1957 * Fix bug in MPI/bignum on s390/s390x (reported by Dan Horák) (introduced
|
| /hypervisor/arch/x86/guest/ |
| A D | ept.c | 433 uint64_t i, j, k, m; in walk_ept_table() local 449 for (k = 0UL; k < PTRS_PER_PDE; k++) { in walk_ept_table() 450 pde = pde_offset(pdpte, k << PDE_SHIFT); in walk_ept_table()
|
| A D | vept.c | 78 uint64_t i, j, k; in free_sept_table() local 92 for (k = 0UL; k < PTRS_PER_PDE; k++) { in free_sept_table() 93 shadow_pde = pde_offset(shadow_pdpte, k << PDE_SHIFT); in free_sept_table()
|
Completed in 13 milliseconds