Symbol: EVP_GCM_TLS_EXPLICIT_IV_LEN
crypto/openssl/crypto/evp/e_aes.c
1572
if (len < EVP_GCM_TLS_EXPLICIT_IV_LEN)
crypto/openssl/crypto/evp/e_aes.c
1574
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aes.c
1667
if (out != in || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN))
crypto/openssl/crypto/evp/e_aes.c
1682
EVP_GCM_TLS_EXPLICIT_IV_LEN, out)
crypto/openssl/crypto/evp/e_aes.c
1686
in += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aes.c
1687
out += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aes.c
1688
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/crypto/evp/e_aes.c
1697
rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/crypto/evp/e_aes.c
2756
if (len < EVP_GCM_TLS_EXPLICIT_IV_LEN)
crypto/openssl/crypto/evp/e_aes.c
2758
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aes.c
2889
|| len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN))
crypto/openssl/crypto/evp/e_aes.c
2909
EVP_GCM_TLS_EXPLICIT_IV_LEN, out)
crypto/openssl/crypto/evp/e_aes.c
2917
in += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aes.c
2918
out += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aes.c
2919
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/crypto/evp/e_aes.c
2960
rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/crypto/evp/e_aria.c
360
if (len < EVP_GCM_TLS_EXPLICIT_IV_LEN)
crypto/openssl/crypto/evp/e_aria.c
362
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aria.c
406
|| len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN))
crypto/openssl/crypto/evp/e_aria.c
413
EVP_GCM_TLS_EXPLICIT_IV_LEN, out)
crypto/openssl/crypto/evp/e_aria.c
421
in += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aria.c
422
out += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/crypto/evp/e_aria.c
423
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/crypto/evp/e_aria.c
431
rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
40
ctx->ivlen = (EVP_GCM_TLS_FIXED_IV_LEN + EVP_GCM_TLS_EXPLICIT_IV_LEN);
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
484
if (len < EVP_GCM_TLS_EXPLICIT_IV_LEN)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
486
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
512
|| (ctx->ivlen - (int)len) < EVP_GCM_TLS_EXPLICIT_IV_LEN)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
536
size_t arg = EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
544
if (out != in || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN))
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
571
in += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
572
out += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
573
len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
583
plen = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/ssl/record/methods/ktls_meth.c
178
unsigned char geniv[EVP_GCM_TLS_EXPLICIT_IV_LEN];
crypto/openssl/ssl/record/methods/ktls_meth.c
189
|| !ossl_assert(EVP_GCM_TLS_EXPLICIT_IV_LEN
crypto/openssl/ssl/record/methods/ktls_meth.c
197
EVP_GCM_TLS_EXPLICIT_IV_LEN, 0)
crypto/openssl/ssl/record/methods/ktls_meth.c
201
memset(geniv, 0, EVP_GCM_TLS_EXPLICIT_IV_LEN);
crypto/openssl/ssl/record/methods/ktls_meth.c
205
if (!ossl_assert(ivlen == EVP_GCM_TLS_FIXED_IV_LEN + EVP_GCM_TLS_EXPLICIT_IV_LEN))
crypto/openssl/ssl/record/methods/ktls_meth.c
218
== EVP_GCM_TLS_EXPLICIT_IV_LEN))
crypto/openssl/ssl/record/methods/ktls_meth.c
235
== EVP_GCM_TLS_EXPLICIT_IV_LEN))
crypto/openssl/ssl/record/methods/tls1_meth.c
152
eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/ssl/record/methods/tls1_meth.c
391
recs[0].data += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/ssl/record/methods/tls1_meth.c
392
recs[0].input += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/ssl/record/methods/tls1_meth.c
440
recs[ctr].data += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/ssl/record/methods/tls1_meth.c
441
recs[ctr].input += EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/ssl/record/methods/tls1_meth.c
442
recs[ctr].length -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/ssl/ssl_ciph.c
2156
out = EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
crypto/openssl/test/evp_extra_test.c
6598
size_t ivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_FIXED_IV_LEN;