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