Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_gcm.c164 sess->gen_digest_length = 16; in aesni_gcm_session_configure()
166 sess->gen_digest_length = sess->req_digest_length; in aesni_gcm_session_configure()
360 tag, session->gen_digest_length); in process_gcm_crypto_op()
391 tag, session->gen_digest_length); in process_gcm_crypto_op()
421 tag, session->gen_digest_length); in process_gcm_crypto_op()
448 tag, session->gen_digest_length); in process_gcm_crypto_op()
551 uint8_t tmpdigest[s->gen_digest_length]; in aesni_gcm_sgl_op_finalize_encryption()
554 s->gen_digest_length); in aesni_gcm_sgl_op_finalize_encryption()
558 s->gen_digest_length); in aesni_gcm_sgl_op_finalize_encryption()
569 uint8_t tmpdigest[s->gen_digest_length]; in aesni_gcm_sgl_op_finalize_decryption()
[all …]
H A Dpmd_chacha_poly.c77 sess->gen_digest_length = CHACHA20_POLY1305_DIGEST_LENGTH; in chacha20_poly1305_session_configure()
188 tag, session->gen_digest_length); in chacha20_poly1305_crypto_op()
229 tag, session->gen_digest_length); in chacha20_poly1305_crypto_op()
H A Dpmd_chacha_poly_priv.h59 uint16_t gen_digest_length; member
H A Dpmd_aesni_gcm_priv.h159 uint16_t gen_digest_length; member