Lines Matching refs:tls_aad_len
57 int tls_aad_len; /* TLS AAD length */ member
90 int tls_aad_len; /* TLS AAD length */ member
901 int tls_aad_len; member
945 int tls_aad_len; member
1369 gctx->tls_aad_len = -1; in s390x_aes_gcm_ctrl()
1477 gctx->tls_aad_len = arg; in s390x_aes_gcm_ctrl()
1597 gctx->kma.param.taadl = gctx->tls_aad_len << 3; in s390x_aes_gcm_tls_cipher()
1599 s390x_kma(buf, gctx->tls_aad_len, in, len, out, in s390x_aes_gcm_tls_cipher()
1615 gctx->tls_aad_len = -1; in s390x_aes_gcm_tls_cipher()
1635 if (gctx->tls_aad_len >= 0) in s390x_aes_gcm_cipher()
1903 s390x_aes_ccm_aad(cctx, buf, cctx->aes.ccm.tls_aad_len); in s390x_aes_ccm_tls_cipher()
1981 if (cctx->aes.ccm.tls_aad_len >= 0) in s390x_aes_ccm_cipher()
2073 cctx->aes.ccm.tls_aad_len = -1; in s390x_aes_ccm_ctrl()
2087 cctx->aes.ccm.tls_aad_len = arg; in s390x_aes_ccm_ctrl()
2579 gctx->tls_aad_len = -1; in aes_gcm_ctrl()
2663 gctx->tls_aad_len = arg; in aes_gcm_ctrl()
2820 if (CRYPTO_gcm128_aad(&gctx->gcm, ctx->buf, gctx->tls_aad_len)) in aes_gcm_tls_cipher()
2916 gctx->tls_aad_len = -1; in aes_gcm_tls_cipher()
2953 if (gctx->tls_aad_len >= 0) in aes_gcm_cipher()
3291 cctx->tls_aad_len = -1; in aes_ccm_ctrl()
3303 cctx->tls_aad_len = arg; in aes_ccm_ctrl()
3450 cctx->tls_aad_len); in aes_ccm_tls_cipher()
3486 if (cctx->tls_aad_len >= 0) in aes_ccm_cipher()