Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c1450 unsigned char temp_dst[64]; in process_cpu_auth_hmac() local
1458 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()