Searched refs:tmpdigest (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | xform_tcp.c | 259 char tmpdigest[TCP_SIGLEN]; in tcp_ipsec_input() local 277 tcp_signature_compute(m, th, sav, tmpdigest); in tcp_ipsec_input() 280 if (bcmp(buf, tmpdigest, TCP_SIGLEN) != 0) { in tcp_ipsec_input()
|
| /f-stack/dpdk/drivers/crypto/aesni_gcm/ |
| H A D | aesni_gcm_pmd.c | 474 uint8_t tmpdigest[s->gen_digest_length]; in aesni_gcm_sgl_op_finalize_encryption() local 476 s->ops.finalize(&s->gdata_key, gdata_ctx, tmpdigest, in aesni_gcm_sgl_op_finalize_encryption() 478 memcpy(digest, tmpdigest, s->req_digest_length); in aesni_gcm_sgl_op_finalize_encryption() 491 uint8_t tmpdigest[s->gen_digest_length]; in aesni_gcm_sgl_op_finalize_decryption() local 493 s->ops.finalize(&s->gdata_key, gdata_ctx, tmpdigest, in aesni_gcm_sgl_op_finalize_decryption() 496 return memcmp(digest, tmpdigest, s->req_digest_length) == 0 ? 0 : in aesni_gcm_sgl_op_finalize_decryption()
|