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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
cipher.h 387 #define EVP_GCM_TLS_EXPLICIT_IV_LEN 8
  /external/openssl/crypto/evp/
e_aes.c 866 len -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
997 if (out != in || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN+EVP_GCM_TLS_TAG_LEN))
1004 EVP_GCM_TLS_EXPLICIT_IV_LEN, out) <= 0)
1010 in += EVP_GCM_TLS_EXPLICIT_IV_LEN;
1011 out += EVP_GCM_TLS_EXPLICIT_IV_LEN;
1012 len -= EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
1030 rv = len + EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN;
    [all...]
evp.h 401 #define EVP_GCM_TLS_EXPLICIT_IV_LEN 8
    [all...]
  /external/openssl/ssl/
t1_enc.c 843 rec->data += EVP_GCM_TLS_EXPLICIT_IV_LEN;
844 rec->input += EVP_GCM_TLS_EXPLICIT_IV_LEN;
845 rec->length -= EVP_GCM_TLS_EXPLICIT_IV_LEN;
    [all...]
s3_pkt.c 820 eivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN;
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_pkt.c     [all...]
  /external/openssl/include/openssl/
evp.h 401 #define EVP_GCM_TLS_EXPLICIT_IV_LEN 8
    [all...]

Completed in 528 milliseconds