Searched refs:temp_dst (Results 1 – 1 of 1) sorted by relevance
1450 unsigned char temp_dst[64]; in process_cpu_auth_hmac() local1458 if (EVP_DigestSignFinal(ctx, temp_dst, &dstlen) <= 0) in process_cpu_auth_hmac()1461 memcpy(dst, temp_dst, d_len); in process_cpu_auth_hmac()