Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A De_aria.c41 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()
354 gctx->tls_aad_len = arg; in aria_gcm_ctrl()
422 gctx->tls_aad_len)) in aria_gcm_tls_cipher()
454 gctx->tls_aad_len = -1; in aria_gcm_tls_cipher()
467 if (gctx->tls_aad_len >= 0) in aria_gcm_cipher()
553 cctx->tls_aad_len = -1; in aria_ccm_ctrl()
565 cctx->tls_aad_len = arg; in aria_ccm_ctrl()
664 cctx->tls_aad_len); in aria_ccm_tls_cipher()
[all …]
A De_aes.c901 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()
1615 gctx->tls_aad_len = -1; in s390x_aes_gcm_tls_cipher()
1635 if (gctx->tls_aad_len >= 0) in s390x_aes_gcm_cipher()
2579 gctx->tls_aad_len = -1; in aes_gcm_ctrl()
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()
[all …]
/openssl-master/providers/implementations/ciphers/
A Dciphercommon_gcm.c34 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_gcm_initctx()
388 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in gcm_cipher_internal()
449 dat->tls_aad_len = aad_len; in gcm_tls_init()
544 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher()
558 ctx->tls_aad_len = UNINITIALISED_SIZET; in gcm_tls_cipher()
A Dciphercommon_ccm.c30 ctx->tls_aad_len = alen; in ccm_tls_init()
357 if (!ctx->hw->setaad(ctx, ctx->buf, ctx->tls_aad_len)) in ccm_tls_cipher()
391 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in ccm_cipher_internal()
451 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_ccm_initctx()
/openssl-master/providers/implementations/include/prov/
A Dciphercommon_ccm.h38 size_t tls_aad_len; /* TLS AAD length */ member
A Dciphercommon_gcm.h53 size_t tls_aad_len; /* TLS AAD length */ member

Completed in 19 milliseconds