/third_party/openssl/crypto/evp/ |
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() 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 …]
|
D | e_aes.c | 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() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
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() 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 …]
|
D | e_aes.c | 57 int tls_aad_len; /* TLS AAD length */ member 90 int tls_aad_len; /* TLS AAD length */ member 897 int tls_aad_len; member 941 int tls_aad_len; member 1363 gctx->tls_aad_len = -1; in s390x_aes_gcm_ctrl() 1471 gctx->tls_aad_len = arg; in s390x_aes_gcm_ctrl() 1591 gctx->kma.param.taadl = gctx->tls_aad_len << 3; in s390x_aes_gcm_tls_cipher() 1593 s390x_kma(buf, gctx->tls_aad_len, in, len, out, in s390x_aes_gcm_tls_cipher() 1609 gctx->tls_aad_len = -1; in s390x_aes_gcm_tls_cipher() 1629 if (gctx->tls_aad_len >= 0) in s390x_aes_gcm_cipher() [all …]
|
/third_party/openssl/providers/implementations/ciphers/ |
D | ciphercommon_gcm.c | 38 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_gcm_initctx() 396 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in gcm_cipher_internal() 457 dat->tls_aad_len = aad_len; in gcm_tls_init() 551 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher() 565 ctx->tls_aad_len = UNINITIALISED_SIZET; in gcm_tls_cipher()
|
D | ciphercommon_ccm.c | 30 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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | ciphercommon_gcm.c | 38 ctx->tls_aad_len = UNINITIALISED_SIZET; in ossl_gcm_initctx() 401 if (ctx->tls_aad_len != UNINITIALISED_SIZET) in gcm_cipher_internal() 462 dat->tls_aad_len = aad_len; in gcm_tls_init() 556 if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag, in gcm_tls_cipher() 570 ctx->tls_aad_len = UNINITIALISED_SIZET; in gcm_tls_cipher()
|
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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
D | ciphercommon_ccm.h | 38 size_t tls_aad_len; /* TLS AAD length */ member
|
D | ciphercommon_gcm.h | 53 size_t tls_aad_len; /* TLS AAD length */ member
|
/third_party/openssl/providers/implementations/include/prov/ |
D | ciphercommon_ccm.h | 38 size_t tls_aad_len; /* TLS AAD length */ member
|
D | ciphercommon_gcm.h | 53 size_t tls_aad_len; /* TLS AAD length */ member
|