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

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_lib.c 201 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
evp.h 494 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
495 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
    [all...]
  /external/openssl/crypto/evp/
evp_lib.c 201 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher)
evp.h 494 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
495 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
    [all...]
  /external/openssl/ssl/
t1_enc.c 498 if (!(EVP_CIPHER_flags(c)&EVP_CIPH_FLAG_AEAD_CIPHER))
560 if ((EVP_CIPHER_flags(c)&EVP_CIPH_FLAG_AEAD_CIPHER) && *mac_secret_size)
757 if (EVP_CIPHER_flags(ds->cipher)&EVP_CIPH_FLAG_AEAD_CIPHER)
837 if ((EVP_CIPHER_flags(ds->cipher)&EVP_CIPH_FLAG_CUSTOM_CIPHER)
    [all...]
s3_cbc.c 188 if (EVP_CIPHER_flags(s->enc_read_ctx->cipher)&EVP_CIPH_FLAG_AEAD_CIPHER)
ssl_ciph.c 615 (*md != NULL || (EVP_CIPHER_flags(*enc)&EVP_CIPH_FLAG_AEAD_CIPHER)) &&
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 502 is_aead_cipher = (EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) != 0;
1009 if (EVP_CIPHER_flags(ds->cipher)&EVP_CIPH_FLAG_AEAD_CIPHER)
1089 if ((EVP_CIPHER_flags(ds->cipher)&EVP_CIPH_FLAG_CUSTOM_CIPHER)
    [all...]
s3_cbc.c 188 if (EVP_CIPHER_flags(s->enc_read_ctx->cipher)&EVP_CIPH_FLAG_AEAD_CIPHER)
ssl_ciph.c 656 (*md != NULL || (EVP_CIPHER_flags(*enc)&EVP_CIPH_FLAG_AEAD_CIPHER)) &&
    [all...]
  /external/openssl/apps/
enc.c 334 if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
evp.h 494 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
495 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
    [all...]
  /external/openssl/include/openssl/
evp.h 494 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
495 #define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
    [all...]

Completed in 292 milliseconds