Searched refs:tls_aad_len (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aria.c | 41 int tls_aad_len; /* TLS AAD length */ member 55 int tls_aad_len; /* TLS AAD length */ member 268 gctx->tls_aad_len = -1; in aria_gcm_ctrl() 352 gctx->tls_aad_len = arg; in aria_gcm_ctrl() 418 gctx->tls_aad_len)) in aria_gcm_tls_cipher() 450 gctx->tls_aad_len = -1; in aria_gcm_tls_cipher() 463 if (gctx->tls_aad_len >= 0) in aria_gcm_cipher() 549 cctx->tls_aad_len = -1; in aria_ccm_ctrl() 561 cctx->tls_aad_len = arg; in aria_ccm_ctrl() 660 cctx->tls_aad_len); in aria_ccm_tls_cipher() [all …]
|
H A D | e_aes.c | 57 int tls_aad_len; /* TLS AAD length */ member 90 int tls_aad_len; /* TLS AAD length */ member 951 int tls_aad_len; member 995 int tls_aad_len; member 1453 gctx->tls_aad_len = -1; in s390x_aes_gcm_ctrl() 1559 gctx->tls_aad_len = arg; in s390x_aes_gcm_ctrl() 1682 gctx->kma.param.taadl = gctx->tls_aad_len << 3; in s390x_aes_gcm_tls_cipher() 1684 s390x_kma(buf, gctx->tls_aad_len, in, len, out, in s390x_aes_gcm_tls_cipher() 1700 gctx->tls_aad_len = -1; in s390x_aes_gcm_tls_cipher() 1720 if (gctx->tls_aad_len >= 0) in s390x_aes_gcm_cipher() [all …]
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 39 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_gcm_initctx() 422 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in gcm_cipher_internal() 483 dat->tls_aad_len = aad_len; in gcm_tls_init() 579 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher() 593 ctx->tls_aad_len = UNINITIALISED_SIZET; in gcm_tls_cipher()
|
H A D | ciphercommon_ccm.c | 30 ctx->tls_aad_len = alen; in ccm_tls_init() 360 if (!ctx->hw->setaad(ctx, ctx->buf, ctx->tls_aad_len)) in ccm_tls_cipher() 394 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in ccm_cipher_internal() 454 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_ccm_initctx()
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_ccm.h | 42 size_t tls_aad_len; /* TLS AAD length */ member
|
H A D | ciphercommon_gcm.h | 57 size_t tls_aad_len; /* TLS AAD length */ member
|