HomeSort by relevance Sort by last modified time
    Searched refs:EVP_GCM_TLS_TAG_LEN (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/evp/
e_aes.c 869 len -= EVP_GCM_TLS_TAG_LEN;
874 return EVP_GCM_TLS_TAG_LEN;
997 if (out != in || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN+EVP_GCM_TLS_TAG_LEN))
1012 len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
1029 CRYPTO_gcm128_tag(&gctx->gcm, out, EVP_GCM_TLS_TAG_LEN);
1030 rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
1048 EVP_GCM_TLS_TAG_LEN);
1050 if (memcmp(ctx->buf, in + len, EVP_GCM_TLS_TAG_LEN))
    [all...]
evp.h 403 #define EVP_GCM_TLS_TAG_LEN 16
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
cipher.h 389 #define EVP_GCM_TLS_TAG_LEN 16
  /external/openssl/include/openssl/
evp.h 403 #define EVP_GCM_TLS_TAG_LEN 16
    [all...]

Completed in 37 milliseconds