Home
last modified time | relevance | path

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

/hypervisor/lib/crypto/mbedtls/
A Dmd.c83 const uint8_t *temp_key = key; in mbedtls_md_hmac_starts() local
86 if ((ctx == NULL) || (ctx->md_info == NULL) || (temp_key == NULL)) { in mbedtls_md_hmac_starts()
94 ret = ctx->md_info->update_func((void *) ctx->md_ctx, temp_key, keylen); in mbedtls_md_hmac_starts()
102 temp_key = sum; in mbedtls_md_hmac_starts()
114 *(ipad + i) = (uint8_t) (*(ipad + i) ^ (*(temp_key + i))); in mbedtls_md_hmac_starts()
115 *(opad + i) = (uint8_t) (*(opad + i) ^ (*(temp_key + i))); in mbedtls_md_hmac_starts()

Completed in 2 milliseconds