Home
last modified time | relevance | path

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

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